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,8 +1,8 @@
export default {
pathPrefix: "/docs/",
pathPrefix: '/docs/',
siteMetadata: {
title: `My Gatsby Site`,
siteUrl: `https://www.yourdomain.tld`,
siteUrl: 'https://configure-pages.github.io',
title: `My Gatsby Site`
},
plugins: [],
}
plugins: []
}