Move netlify to adapter

This commit is contained in:
Sam Carlton 2022-07-26 23:15:55 -05:00
parent c6a4771dbf
commit 24de41b513

View file

@ -19,10 +19,10 @@ export default defineConfig({
output: 'server', output: 'server',
publicDir: './static', publicDir: './static',
site: 'https://doesitarm.com', site: 'https://doesitarm.com',
adapter: netlify({
dist: new URL('./dist/', import.meta.url)
}),
integrations: [ integrations: [
netlify({
dist: new URL('./dist/', import.meta.url)
}),
// Astro Vue Reference // Astro Vue Reference
// https://github.com/withastro/astro/tree/main/packages/integrations/vue // https://github.com/withastro/astro/tree/main/packages/integrations/vue
vue(), vue(),