mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 20:37: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 = {
|
const config = {
|
||||||
title: 'SailPoint Developer Community',
|
title: 'SailPoint Developer Community',
|
||||||
url: 'https://developer.sailpoint.com',
|
url: 'https://developer.sailpoint.com',
|
||||||
baseUrl: '/developer.sailpoint.com/',
|
baseUrl: '/',
|
||||||
favicon: 'img/SailPoint-Logo-Icon.ico',
|
favicon: 'img/SailPoint-Logo-Icon.ico',
|
||||||
onBrokenLinks: 'warn',
|
onBrokenLinks: 'warn',
|
||||||
onBrokenMarkdownLinks: 'warn',
|
onBrokenMarkdownLinks: 'warn',
|
||||||
|
|||||||
Reference in New Issue
Block a user