Move netlify to adapter

This commit is contained in:
Sam Carlton 2022-07-26 23:15:55 -05:00
parent 2e5bae0b5c
commit 2873b1fece

View file

@ -28,10 +28,10 @@ export default defineConfig({
output: 'server', output: 'server',
publicDir: './static', publicDir: './static',
site: 'https://doesitarm.com', site: 'https://doesitarm.com',
integrations: [ adapter: netlify({
netlify({
dist: new URL('./dist/', import.meta.url) dist: new URL('./dist/', import.meta.url)
}), }),
integrations: [
// 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(),