mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Add vue integration reference
This commit is contained in:
parent
2233f30cf8
commit
0a28d0e393
1 changed files with 2 additions and 0 deletions
|
|
@ -15,6 +15,8 @@ export default defineConfig({
|
||||||
netlify({
|
netlify({
|
||||||
dist: new URL('./dist/', import.meta.url)
|
dist: new URL('./dist/', import.meta.url)
|
||||||
}),
|
}),
|
||||||
|
// Astro Vue Reference
|
||||||
|
// https://github.com/withastro/astro/tree/main/packages/integrations/vue
|
||||||
vue(),
|
vue(),
|
||||||
tailwind()
|
tailwind()
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue