mirror of
https://github.com/sysadminsmedia/homebox.git
synced 2026-01-03 03:27:23 +01:00
Update Logo and Fix Frontend tests
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user