RSS and sitemap, etc

This commit is contained in:
Jade Ellis
2024-02-19 13:15:46 +00:00
parent ac2accc8ea
commit 0602eea898
6 changed files with 212 additions and 23 deletions
+14
View File
@@ -0,0 +1,14 @@
import { dev } from '$app/environment';
export const SITE_TITLE = 'JadedBlueEyes';
export const SITE_URL = dev ? "http://localhost:5173" : "https://jade.ellis.link"
export const SITE_DOMAIN = 'jade.ellis.link';
export const SITE_DEFAULT_DESCRIPTION =
"Jade's website.";
export const RSS_DEFAULT_POSTS_PER_PAGE = 15;