Update Logo and Fix Frontend tests

This commit is contained in:
Katos
2024-12-26 18:48:37 +00:00
parent 62a450f376
commit 26a7fcb697
2 changed files with 3 additions and 9 deletions

View File

@@ -9,8 +9,8 @@
stroke-linecap: round;
stroke-linejoin: round;
stroke-miterlimit: 5.42683;
height: 250px; /* Set the height directly in the SVG */
width: 250px; /* Set the width directly in the SVG */
height: 250px; /* Set the height directly in the SVG */
width: 250px; /* Set the width directly in the SVG */
"
>
<path

View File

@@ -8,13 +8,7 @@ export default defineNuxtConfig({
transpile: ["vue-i18n"],
},
modules: [
"@nuxtjs/tailwindcss",
"@pinia/nuxt",
"@vueuse/nuxt",
"@vite-pwa/nuxt",
"unplugin-icons/nuxt",
],
modules: ["@nuxtjs/tailwindcss", "@pinia/nuxt", "@vueuse/nuxt", "@vite-pwa/nuxt", "unplugin-icons/nuxt"],
nitro: {
devProxy: {