fix: adds site config

This commit is contained in:
Kyle 2024-12-24 21:13:35 +02:00
parent 73b4b69d5d
commit 93af03eab2
No known key found for this signature in database
GPG key ID: 4CFC8A3019904C91

View file

@ -7,4 +7,5 @@ import react from '@astrojs/react';
// https://astro.build/config
export default defineConfig({
integrations: [tailwind(), react()],
site: 'https://zen-browser.app',
});