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 21c4ae6 commit e5ecdd9Copy full SHA for e5ecdd9
src/utils/siteConfig.js
@@ -1,5 +1,6 @@
1
module.exports = {
2
- siteUrl: `http://localhost:8000`, // Site domain. Do not include a trailing slash!
+ // 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!
4
5
postsPerPage: 12, // Number of posts shown on paginated pages (changes this requires sometimes to delete the cache)
6
0 commit comments