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

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