change intro
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 1m20s

This commit is contained in:
2026-02-18 21:13:32 +00:00
parent ac171f7846
commit d574fa7692
2 changed files with 7 additions and 7 deletions

View File

@@ -22,8 +22,8 @@ import Consumption from "./Consumption.vue";
<main class="halftone justify-center flex flex-row w-full h-full">
<div class="h-fit flex flex-row">
<div class="a4page-portrait homeGrid relative bdr-1">
<Intro class="intro" />
<!-- <Intro2 class="intro" /> -->
<!-- <Intro class="intro" /> -->
<Intro2 class="intro" />
<!-- <BadApple class="intro" /> -->
<Listening class="listening" />
<Stamps class="stamps" />

View File

@@ -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)),
},
},
},
});