diff --git a/frontend/nuxt.config.ts b/frontend/nuxt.config.ts index e32c763..032059d 100644 --- a/frontend/nuxt.config.ts +++ b/frontend/nuxt.config.ts @@ -17,12 +17,12 @@ export default defineNuxtConfig({ mode: "out-in", }, head: { - meta: [ - { - name: "mobile-web-app-capable" , - content: "yes", - }, - ], + // meta: [ + // { + // name: "mobile-web-app-capable" , + // content: "yes", + // }, + // ], link: [ { rel: "apple-touch-icon", diff --git a/frontend/public/index.html b/frontend/public/index.html deleted file mode 100644 index d8b8132..0000000 --- a/frontend/public/index.html +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - Document - - - - - - \ No newline at end of file diff --git a/frontend/public/manifest.json b/frontend/public/manifest.json deleted file mode 100644 index 4af5112..0000000 --- a/frontend/public/manifest.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "name": "Heymlz", - "short_name": "Heymlz", - "theme_color": "#ffffff", - "icons": [ - - ] -} \ No newline at end of file