fix: Config

This commit is contained in:
mattcroat 2023-05-01 12:52:18 +02:00
parent 475fc05e5c
commit fba0d5b678

View File

@ -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'