From a9a555d20a0af730b529f028a0ed306e18638e03 Mon Sep 17 00:00:00 2001 From: eggy Date: Fri, 12 Aug 2022 20:44:27 -0400 Subject: [PATCH] feat: add manual js i cannot believe this --- README.md | 6 +++++ components/ColourPicker.vue | 2 +- components/CommitStatBox.vue | 6 ++--- components/HomeStatBox.vue | 8 +++++- nuxt.config.ts | 3 --- public/scripts.js | 32 ++++++++++++++++++++++++ public/scripts.ts | 47 ++++++++++++++++++++++++++++++++++++ 7 files changed, 96 insertions(+), 8 deletions(-) create mode 100644 public/scripts.js create mode 100644 public/scripts.ts diff --git a/README.md b/README.md index 39ccf3a..92c2077 100644 --- a/README.md +++ b/README.md @@ -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