diff --git a/src/lib/config.ts b/src/lib/config.ts index 9240001..758ef2b 100644 --- a/src/lib/config.ts +++ b/src/lib/config.ts @@ -2,4 +2,4 @@ import { dev } from '$app/environment' export const title = 'Shakespeare' export const description = 'SvelteKit blog for poets' -export const url = dev ? 'http://localhost:5173/' : 'https://shakespeare.pages.dev' +export const url = dev ? 'http://localhost:5173' : 'https://joyofcode.xyz'