From d574fa76920542fb429341dd0f0ad2002aeeeb7e Mon Sep 17 00:00:00 2001 From: Adam French Date: Wed, 18 Feb 2026 21:13:32 +0000 Subject: [PATCH] change intro --- nginx/vue/src/views/home/Home.vue | 4 ++-- nginx/vue/vite.config.js | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/nginx/vue/src/views/home/Home.vue b/nginx/vue/src/views/home/Home.vue index 80955f6..5fd933a 100644 --- a/nginx/vue/src/views/home/Home.vue +++ b/nginx/vue/src/views/home/Home.vue @@ -22,8 +22,8 @@ import Consumption from "./Consumption.vue";
- - + + diff --git a/nginx/vue/vite.config.js b/nginx/vue/vite.config.js index eb0c940..8bd6c65 100644 --- a/nginx/vue/vite.config.js +++ b/nginx/vue/vite.config.js @@ -7,10 +7,10 @@ import vueDevTools from "vite-plugin-vue-devtools"; // https://vite.dev/config/ export default defineConfig({ - plugins: [vue(), vueDevTools(), tailwindcss()], - resolve: { - alias: { - "@": fileURLToPath(new URL("./src", import.meta.url)), + plugins: [vue(), vueDevTools(), tailwindcss()], + resolve: { + alias: { + "@": fileURLToPath(new URL("./src", import.meta.url)), + }, }, - }, });