We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51d983d commit 80dd42cCopy full SHA for 80dd42c
gatsby-config.js
@@ -34,7 +34,7 @@ if (process.env.NODE_ENV === `production` && config.siteUrl === `http://localhos
34
*
35
*/
36
module.exports = {
37
- // pathPrefix: "/web-dev",
+ pathPrefix: "/web-dev",
38
siteMetadata: {
39
siteUrl: process.env.SITEURL || config.siteUrl,
40
},
src/utils/siteConfig.js
@@ -1,6 +1,6 @@
1
2
// siteUrl: `http://localhost:8000`, // Site domain. Do not include a trailing slash!
3
- siteUrl: `https://sdv.dev/web-dev`, // Site domain. Do not include a trailing slash!
+ siteUrl: `https://sdv.dev`, // Site domain. Do not include a trailing slash!
4
5
postsPerPage: 12, // Number of posts shown on paginated pages (changes this requires sometimes to delete the cache)
6
0 commit comments