Skip to content

Commit

Permalink
wip: 책정보 prerender 임시삭제
Browse files Browse the repository at this point in the history
추후 prerender로 책 정보 html을 동적으로 결정하게 변경후 주석해제

see TODO
  • Loading branch information
YeonSeong-Lee committed Oct 4, 2024
1 parent 2b29138 commit 56073cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default defineConfig(({ mode }) => {
const env = loadEnv(mode, process.cwd(), "");
const port = parseInt(env.PORT, 10);
// TODO: 추후 모든 책들의 id 추가. /info/*
const pagesForPrerender = ["/", "/info/1", "/info/42", "/info/1058"];
const pagesForPrerender = ["/"];

return {
/** @see https://vitejs.dev/plugins/ */
Expand Down

0 comments on commit 56073cb

Please sign in to comment.