fix: Config
This commit is contained in:
parent
475fc05e5c
commit
fba0d5b678
@ -2,4 +2,4 @@ import { dev } from '$app/environment'
|
|||||||
|
|
||||||
export const title = 'Shakespeare'
|
export const title = 'Shakespeare'
|
||||||
export const description = 'SvelteKit blog for poets'
|
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'
|
||||||
|
Loading…
Reference in New Issue
Block a user