mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-15 06:35:20 -07:00
Configure Netlify Adapter
This commit is contained in:
parent
48c0afcaa6
commit
1322ffad1d
1 changed files with 5 additions and 0 deletions
|
|
@ -1,6 +1,8 @@
|
|||
import { defineConfig } from 'astro/config'
|
||||
import vue from '@astrojs/vue'
|
||||
import tailwind from '@astrojs/tailwind'
|
||||
import netlify from '@astrojs/netlify/functions'
|
||||
|
||||
|
||||
// https://astro.build/config
|
||||
export default defineConfig({
|
||||
|
|
@ -8,6 +10,9 @@ export default defineConfig({
|
|||
site: 'https://doesitarm.com',
|
||||
|
||||
integrations: [
|
||||
netlify({
|
||||
dist: new URL('./dist/', import.meta.url)
|
||||
}),
|
||||
vue(),
|
||||
tailwind()
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue