feat: added site map
This commit is contained in:
parent
7682677cf6
commit
a7676d06b6
9 changed files with 62 additions and 21 deletions
7
_data/site.js
Normal file
7
_data/site.js
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
module.exports = {
|
||||
// Set SITE_URL environment variable to build for different domains:
|
||||
// SITE_URL=https://blog.jan-leila.com pnpm run build
|
||||
// SITE_URL=https://volpe.jan-leila.com pnpm run build
|
||||
// SITE_URL=http://your-onion-address.onion pnpm run build
|
||||
url: process.env.SITE_URL || "http://localhost:8080"
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue