diff --git a/docs/components/Logo.vue b/docs/components/Logo.vue deleted file mode 100644 index fbfa2c03..00000000 --- a/docs/components/Logo.vue +++ /dev/null @@ -1,42 +0,0 @@ - - - diff --git a/docs/nuxt.config.ts b/docs/nuxt.config.ts index a24b8176..ab7273cc 100644 --- a/docs/nuxt.config.ts +++ b/docs/nuxt.config.ts @@ -5,4 +5,4 @@ export default defineNuxtConfig({ modules: ['@nuxt/ui', '@nuxt/content', '@nuxtjs/plausible'], uiPro: { license: 'oss' }, devtools: { enabled: true }, -}) \ No newline at end of file +}) diff --git a/docs/server/tsconfig.json b/docs/server/tsconfig.json deleted file mode 100644 index b9ed69c1..00000000 --- a/docs/server/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "../.nuxt/tsconfig.server.json" -}