Change ssr to true

This commit is contained in:
marzban-dev
2025-01-13 21:07:15 +03:30
parent 784c28c985
commit ed817a526f
+1 -1
View File
@@ -1,7 +1,7 @@
// https://nuxt.com/docs/api/configuration/nuxt-config
export default defineNuxtConfig({
compatibilityDate: "2024-11-01",
ssr: false,
ssr: true,
devtools: { enabled: false },
css: ["~/assets/css/tailwind.css", "swiper/css"],