Skip to content

Commit e5ecdd9

Browse files
committed
site url
1 parent 21c4ae6 commit e5ecdd9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/utils/siteConfig.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
module.exports = {
2-
siteUrl: `http://localhost:8000`, // Site domain. Do not include a trailing slash!
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!
34

45
postsPerPage: 12, // Number of posts shown on paginated pages (changes this requires sometimes to delete the cache)
56

0 commit comments

Comments
 (0)