feat: added site map

This commit is contained in:
Leyla Becker 2026-02-11 15:51:26 -06:00
parent 7682677cf6
commit a7676d06b6
9 changed files with 62 additions and 21 deletions

7
_data/site.js Normal file
View 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"
};