This commit is contained in:
Viet An
2026-07-04 13:46:14 +07:00
parent b06907097c
commit b6766ba7d0
19 changed files with 397 additions and 680 deletions

View File

@@ -3,9 +3,6 @@
export default defineNuxtConfig({
ssr: false,
css: ["./my-bulma-project.css", "./app/assets/styles/main.scss"],
future: {
compatibilityVersion: 4,
},
app: {
head: {
link: [{ rel: "icon", type: "image/x-icon", href: "/favicon.svg" }],