File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ if (process.env.NODE_ENV === `production` && config.siteUrl === `http://localhos
34
34
*
35
35
*/
36
36
module . exports = {
37
- // pathPrefix: "/web-dev",
37
+ pathPrefix : "/web-dev" ,
38
38
siteMetadata : {
39
39
siteUrl : process . env . SITEURL || config . siteUrl ,
40
40
} ,
Original file line number Diff line number Diff line change 1
1
module . exports = {
2
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!
3
+ siteUrl : `https://sdv.dev` , // Site domain. Do not include a trailing slash!
4
4
5
5
postsPerPage : 12 , // Number of posts shown on paginated pages (changes this requires sometimes to delete the cache)
6
6
You can’t perform that action at this time.
0 commit comments