From fba0d5b6785fc475f0e5097c1b37c4ab81b9faeb Mon Sep 17 00:00:00 2001 From: mattcroat Date: Mon, 1 May 2023 12:52:18 +0200 Subject: [PATCH] fix: Config --- src/lib/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'