Add lazy image loading, fix bugs

This commit is contained in:
Blossomi Shymae
2024-10-12 08:40:08 -05:00
parent 1fbc018f42
commit 3baf423532
14 changed files with 69 additions and 33 deletions

View File

@@ -2,6 +2,11 @@
export default defineNuxtConfig({
devtools: { enabled: true },
ssr: false,
vue: {
compilerOptions: {
isCustomElement: (tag) => ['l-dot-stream'].includes(tag),
},
},
app: {
baseURL: "/clean-cuts/",
pageTransition: {