fix: use correct id

This commit is contained in:
2022-08-12 21:04:50 -04:00
parent 7925c5b4e7
commit df5085c41d
6 changed files with 13 additions and 83 deletions

View File

@@ -9,8 +9,8 @@ After hand-written HTML and a static site generator comes Nuxt!
Post-build instructions (while prerendering is bork)
- Strip all <script /> tags in every HTML file
- Compile `/script.ts` to `/script.js`
- Remove `/api` and `/_nuxt`
- Compile `/script.ts` to `/script.js` (`tsc script.ts -m esnext -t esnext --moduleReslution node`)
- Remove `/api` and `/_nuxt/*.mjs`
Look at the [nuxt 3 documentation](https://v3.nuxtjs.org) to learn more.