瀏覽代碼

Configure SPA mode for single-file deployment

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

Co-Authored-By: Claude <noreply@anthropic.com>
송용우 2 月之前
父節點
當前提交
a115ce6b4d
共有 1 個文件被更改,包括 1 次插入0 次删除
  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: '',