diff --git a/test/astro.config.mjs b/test/astro.config.mjs index 76f4047..deddb1c 100644 --- a/test/astro.config.mjs +++ b/test/astro.config.mjs @@ -1,14 +1,6 @@ -import { defineConfig } from 'astro/config'; -import vue from '@astrojs/vue'; +import { defineConfig } from 'astro/config' export default defineConfig({ - vite: { - server: { - hmr: false - } - }, - integrations: [vue()], - devToolbar: { - enabled: false - } -}); \ No newline at end of file + vite: {server: {hmr: false}}, + devToolbar: {enabled: false} +}) \ No newline at end of file diff --git a/test/bun.lockb b/test/bun.lockb new file mode 100755 index 0000000..3e6696b Binary files /dev/null and b/test/bun.lockb differ diff --git a/test/package.json b/test/package.json index 89b7df9..2f916f2 100644 --- a/test/package.json +++ b/test/package.json @@ -11,11 +11,9 @@ }, "dependencies": { "@astrojs/check": "^0.9.2", - "@astrojs/vue": "^4.5.0", "@minpluto/zorn": "../", "astro": "^4.14.2", - "typescript": "^5.5.4", - "vue": "^3.4.38" + "typescript": "^5.5.4" }, "devDependencies": { "sass-embedded": "^1.77.8" diff --git a/test/src/pages/index.astro b/test/src/pages/index.astro index e1d2cc2..7641ed9 100644 --- a/test/src/pages/index.astro +++ b/test/src/pages/index.astro @@ -4,16 +4,6 @@ import Default from 'src/layouts/Default.astro' // Components import {Zorn} from '@minpluto/zorn' -import Info from '@components/Info.astro' -import Switcher from '@components/Switcher.astro' - -// Icons -import { - ArrowUpRight, - NavArrowLeft, - SwitchOff, - NavArrowRight -} from '@iconoir/vue' --- @@ -28,16 +18,16 @@ import {

- - - + + +
- - - + + +
- + diff --git a/test/src/pages/milieu.astro b/test/src/pages/milieu.astro index e42a69d..396ba3c 100644 --- a/test/src/pages/milieu.astro +++ b/test/src/pages/milieu.astro @@ -4,16 +4,6 @@ import Default from 'src/layouts/Default.astro' // Components import {Zorn} from '@minpluto/zorn' -import Info from '@components/Info.astro' -import Switcher from '@components/Switcher.astro' - -// Icons -import { - ArrowUpRight, - NavArrowLeft, - SwitchOn, - NavArrowRight -} from '@iconoir/vue' --- @@ -29,16 +19,16 @@ import {

- - - + + +
- - - + + +
- +