test ssr off

This commit is contained in:
Parsa Nazer
2025-01-28 03:35:02 +03:30
parent 37a3c62973
commit 36d4c43cbd
+1 -1
View File
@@ -1,7 +1,7 @@
// https://nuxt.com/docs/api/configuration/nuxt-config
export default defineNuxtConfig({
compatibilityDate: "2024-11-01",
ssr: true,
ssr: false,
devtools: { enabled: true },
css: ["~/assets/css/tailwind.css", "swiper/css"],