Skip to content

Commit 51d983d

Browse files
committed
remove prefix path
1 parent e5ecdd9 commit 51d983d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gatsby-config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ if (process.env.NODE_ENV === `production` && config.siteUrl === `http://localhos
3434
*
3535
*/
3636
module.exports = {
37-
pathPrefix: "/web-dev",
37+
// pathPrefix: "/web-dev",
3838
siteMetadata: {
3939
siteUrl: process.env.SITEURL || config.siteUrl,
4040
},

0 commit comments

Comments
 (0)