-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #77 from 2077-Collective/main
Pr
- Loading branch information
Showing
36 changed files
with
5,209 additions
and
6,449 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,19 @@ | ||
import { defineConfig } from 'astro/config' | ||
import tailwind from '@astrojs/tailwind' | ||
import node from '@astrojs/node' | ||
|
||
import svelte from '@astrojs/svelte' | ||
|
||
import vercel from '@astrojs/vercel/serverless' | ||
|
||
// https://astro.build/config | ||
export default defineConfig({ | ||
integrations: [tailwind(), svelte()], | ||
output: 'server', | ||
darkMode: 'selector', | ||
adapter: node({ | ||
mode: 'standalone', | ||
}), | ||
adapter: vercel(), | ||
devToolbar: { | ||
enabled: false | ||
} | ||
enabled: false, | ||
}, | ||
adapter: vercel({ | ||
webAnalytics: { enabled: true }, | ||
}), | ||
}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.