feat: add manual js

i cannot believe this
This commit is contained in:
2022-08-12 20:44:27 -04:00
parent 98a2cee26a
commit a9a555d20a
7 changed files with 96 additions and 8 deletions

View File

@@ -6,6 +6,12 @@ After hand-written HTML and a static site generator comes Nuxt!
**WARN: Nuxt 3 is too new that prerendering actually renders a ton of JS and causes blinking — remove all `Prose*.mjs` to stop it**
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`
Look at the [nuxt 3 documentation](https://v3.nuxtjs.org) to learn more.
## Setup