Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. # Routify store를 사용하여 처리하다보니, spank 실행시에 에러가 발생하여, build static 제외 package.json 파일에서, 아래 부분 제거 <code> "build:static": "spank", </code> netlify 에서 에러가 발생하여 netlify.toml 파일 수정 -> SPA only로 변경 <code> [[redirects]] # SSR and SPA # from = "/*" # to = "/.netlify/functions/ssr" # status = 200 # SPA only from = "/*" to = "/__app.html" status = 200 </code> open/routify.txt Last modified: 2024/10/05 06:15by 127.0.0.1