mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2026-05-26 20:49:55 +00:00
14 lines
324 B
TypeScript
14 lines
324 B
TypeScript
|
|
|
||
|
|
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;
|