fix: add site to astro config to fix og image

This commit is contained in:
DuroCodes
2024-08-18 21:38:22 -04:00
parent a7e1256010
commit b00f6f6253

View File

@@ -6,7 +6,8 @@ import vercel from "@astrojs/vercel/serverless";
// https://astro.build/config
export default defineConfig({
site: 'https://bin.durocodes.me',
integrations: [tailwind(), preact()],
output: 'server',
adapter: vercel()
});
});