Explorar el Código

Configure SPA mode for single-file deployment

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
송용우 hace 2 meses
padre
commit
a115ce6b4d
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      nuxt.config.ts

+ 1 - 0
nuxt.config.ts

@@ -1,5 +1,6 @@
 // https://nuxt.com/docs/api/configuration/nuxt-config
 export default defineNuxtConfig({
+  ssr: false,  // SPA 모드 활성화
   app: {
     head: {
       titleTemplate: '',