Merge branch 'dev' of https://github.com/dikstub-rssa/simrs-fe into fe-integrasi-device-material-65

This commit is contained in:
riefive
2025-09-24 11:55:19 +07:00
28 changed files with 1326 additions and 170 deletions
+22
View File
@@ -15,6 +15,28 @@ export default defineNuxtConfig({
},
ssr: false,
// SPA optimizations
router: {
options: {
hashMode: false, // Use history mode for cleaner URLs
},
},
// Enable client-side rendering optimizations
nitro: {
prerender: {
crawlLinks: false, // Disable crawling for SPA
},
},
// Optimize app loading
app: {
head: {
viewport: 'width=device-width,initial-scale=1',
charset: 'utf-8',
},
},
modules: [
'@unocss/nuxt',
'@vueuse/nuxt',