mirror of
https://github.com/BlossomiShymae/clean-cuts.git
synced 2025-12-06 10:10:47 +01:00
Add lazy image loading, fix bugs
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user