import { dev } from '$app/environment'; export const title = 'Bored Game'; export const description = 'Bored? Find a game! Bored Game!'; export const url = dev ? 'http://localhost:5173' : 'https://boredgame.vercel.app';