Use GitHub Pages site origin for setting up SSG configs

This commit is contained in:
AndrewLester
2022-08-19 14:33:39 -05:00
parent f53b57ff56
commit d48340abcd
16 changed files with 72 additions and 805 deletions

View File

@@ -1,2 +1,2 @@
// Default Pages configuration for Gatsby
module.exports = { pathPrefix: '/docs/' }
module.exports = { siteMetadata: { siteUrl: 'https://configure-pages.github.io' }, pathPrefix: '/docs/' }