turn off ssr

This commit is contained in:
Parsa Nazer
2025-01-14 11:44:46 +03:30
parent 949c5d5207
commit 857a770401
+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: false },
css: ["~/assets/css/tailwind.css", "swiper/css"],