mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-15 06:35:20 -07:00
Move netlify to adapter
This commit is contained in:
parent
c6a4771dbf
commit
24de41b513
1 changed files with 3 additions and 3 deletions
|
|
@ -19,10 +19,10 @@ export default defineConfig({
|
|||
output: 'server',
|
||||
publicDir: './static',
|
||||
site: 'https://doesitarm.com',
|
||||
adapter: netlify({
|
||||
dist: new URL('./dist/', import.meta.url)
|
||||
}),
|
||||
integrations: [
|
||||
netlify({
|
||||
dist: new URL('./dist/', import.meta.url)
|
||||
}),
|
||||
// Astro Vue Reference
|
||||
// https://github.com/withastro/astro/tree/main/packages/integrations/vue
|
||||
vue(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue