mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Move netlify to adapter
This commit is contained in:
parent
2e5bae0b5c
commit
2873b1fece
1 changed files with 3 additions and 3 deletions
|
|
@ -28,10 +28,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