mirror of
https://github.com/SrIzan10/spongebin.git
synced 2026-05-01 11:05:09 +00:00
fix: add site to astro config to fix og image
This commit is contained in:
@@ -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()
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user