mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 12:27:46 +00:00
change baseUrl to / to see what it looks like after deployment
This commit is contained in:
@@ -12,7 +12,7 @@ const plugins = require('./plugins');
|
||||
const config = {
|
||||
title: 'SailPoint Developer Community',
|
||||
url: 'https://developer.sailpoint.com',
|
||||
baseUrl: '/developer.sailpoint.com/',
|
||||
baseUrl: '/',
|
||||
favicon: 'img/SailPoint-Logo-Icon.ico',
|
||||
onBrokenLinks: 'warn',
|
||||
onBrokenMarkdownLinks: 'warn',
|
||||
|
||||
Reference in New Issue
Block a user