diff --git a/app.vue b/app.vue index 8c8523b3..09f935bb 100644 --- a/app.vue +++ b/app.vue @@ -1,9 +1,6 @@ - - - + + diff --git a/assets/app.css b/assets/app.css deleted file mode 100644 index 4c1b0c2f..00000000 --- a/assets/app.css +++ /dev/null @@ -1,2 +0,0 @@ -@import "tailwindcss"; -@plugin "daisyui"; diff --git a/bun.lockb b/bun.lockb index df5077ee..00fb095c 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/components/Backdrop.vue b/components/Backdrop.vue deleted file mode 100644 index a89d2925..00000000 --- a/components/Backdrop.vue +++ /dev/null @@ -1,151 +0,0 @@ - - - - - diff --git a/eslint.config.mjs b/eslint.config.mjs index 4b785f29..934c3a1d 100644 --- a/eslint.config.mjs +++ b/eslint.config.mjs @@ -1,5 +1,6 @@ // @ts-check -import withNuxt from "./.nuxt/eslint.config.mjs"; +import withNuxt from './.nuxt/eslint.config.mjs' -export default withNuxt(); -// Your custom configs here +export default withNuxt( + // Your custom configs here +) diff --git a/nuxt.config.ts b/nuxt.config.ts index 709bfb63..989f0d8d 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -1,23 +1,18 @@ -import tailwindcss from "@tailwindcss/vite"; // https://nuxt.com/docs/api/configuration/nuxt-config export default defineNuxtConfig({ - compatibilityDate: "2025-05-15", + compatibilityDate: '2025-05-15', devtools: { enabled: true }, - target: "static", - // make static output + target: 'static', + // make static output ssr: false, nitro: { - preset: "static", + preset: 'static' }, modules: [ - "@nuxt/content", - "@nuxt/eslint", - "@nuxt/fonts", - "@nuxt/icon", - "@nuxt/image", - ], - vite: { - plugins: [tailwindcss()], - }, - css: ["~/assets/app.css"], -}); + '@nuxt/content', + '@nuxt/eslint', + '@nuxt/fonts', + '@nuxt/icon', + '@nuxt/image' + ] +}) \ No newline at end of file diff --git a/package.json b/package.json index 47031f56..5df5fd62 100644 --- a/package.json +++ b/package.json @@ -15,12 +15,9 @@ "@nuxt/fonts": "0.11.4", "@nuxt/icon": "1.13.0", "@nuxt/image": "1.10.0", - "@tailwindcss/vite": "^4.1.10", "better-sqlite3": "^11.10.0", - "daisyui": "^5.0.43", "eslint": "^9.0.0", "nuxt": "^3.17.5", - "tailwindcss": "^4.1.10", "vue": "^3.5.16", "vue-router": "^4.5.1" } diff --git a/pages/index.vue b/pages/index.vue deleted file mode 100644 index 22e1da47..00000000 --- a/pages/index.vue +++ /dev/null @@ -1,15 +0,0 @@ - - - - - Hello there - - Provident cupiditate voluptatem et in. Quaerat fugiat ut assumenda - excepturi exercitationem quasi. In deleniti eaque aut repudiandae et a - id nisi. - - Get Started - - - -
- Provident cupiditate voluptatem et in. Quaerat fugiat ut assumenda - excepturi exercitationem quasi. In deleniti eaque aut repudiandae et a - id nisi. -