We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd0777f commit cd82c80Copy full SHA for cd82c80
src/utils/siteConfig.js
@@ -1,8 +1,8 @@
1
-const config = require(`../../.ghost.json`).production;
+
2
module.exports = {
3
siteUrl:
4
process.env.NODE_ENV === `production`
5
- ? process.env.SITE_URL || config.siteUrl || `https://internetfreedom-in.pages.dev`
+ ? process.env.SITE_URL || `https://internetfreedom-in.pages.dev`
6
: `https://internetfreedom-in.pages.dev`, // Site domain. Do not include a trailing slash!
7
8
postsPerPage: 3, // Number of posts shown on paginated pages (changes this requires sometimes to delete the cache)
0 commit comments