Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yoonghan committed Jul 28, 2024
1 parent 3b2818a commit 8c8d5ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ _Note:_ Add create PAT, personal profile -> Developer Settings -> Fine Grain Tok

## NextJS Static Site Generation

NextJS for static generation `ouput: "export"` in `next.config.js`, requires all pages to have removed `"use server"`. Generally all pages that requires _/api_ call needs to be removed as well, hence need to figure out how to relink these site directly to walcron.
NextJS for static generation `output: "export"` in `next.config.js`, requires all pages to have removed `"use server"`. Generally all pages that requires _/api_ call needs to be removed as well, hence need to figure out how to relink these site directly to walcron.

## Rust Webassembly

Expand Down

0 comments on commit 8c8d5ba

Please sign in to comment.