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
c6a4771dbf
commit
24de41b513
1 changed files with 3 additions and 3 deletions
|
|
@ -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(),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue