change intro
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 1m20s
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 1m20s
This commit is contained in:
@@ -22,8 +22,8 @@ import Consumption from "./Consumption.vue";
|
|||||||
<main class="halftone justify-center flex flex-row w-full h-full">
|
<main class="halftone justify-center flex flex-row w-full h-full">
|
||||||
<div class="h-fit flex flex-row">
|
<div class="h-fit flex flex-row">
|
||||||
<div class="a4page-portrait homeGrid relative bdr-1">
|
<div class="a4page-portrait homeGrid relative bdr-1">
|
||||||
<Intro class="intro" />
|
<!-- <Intro class="intro" /> -->
|
||||||
<!-- <Intro2 class="intro" /> -->
|
<Intro2 class="intro" />
|
||||||
<!-- <BadApple class="intro" /> -->
|
<!-- <BadApple class="intro" /> -->
|
||||||
<Listening class="listening" />
|
<Listening class="listening" />
|
||||||
<Stamps class="stamps" />
|
<Stamps class="stamps" />
|
||||||
|
|||||||
@@ -7,10 +7,10 @@ import vueDevTools from "vite-plugin-vue-devtools";
|
|||||||
|
|
||||||
// https://vite.dev/config/
|
// https://vite.dev/config/
|
||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
plugins: [vue(), vueDevTools(), tailwindcss()],
|
plugins: [vue(), vueDevTools(), tailwindcss()],
|
||||||
resolve: {
|
resolve: {
|
||||||
alias: {
|
alias: {
|
||||||
"@": fileURLToPath(new URL("./src", import.meta.url)),
|
"@": fileURLToPath(new URL("./src", import.meta.url)),
|
||||||
|
},
|
||||||
},
|
},
|
||||||
},
|
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user