Update Astro Config
This commit is contained in:
parent
c9e6d2fb75
commit
fbb4d2a36e
1 changed files with 2 additions and 0 deletions
|
@ -6,4 +6,6 @@ import tailwind from '@astrojs/tailwind';
|
||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
// ...
|
// ...
|
||||||
integrations: [tailwind()],
|
integrations: [tailwind()],
|
||||||
|
output: 'static',
|
||||||
|
site: 'https://jschuler.hackclub.app',
|
||||||
});
|
});
|
Loading…
Add table
Reference in a new issue