Remove prerendering after all

This commit is contained in:
Alex Gleason 2025-06-09 22:30:09 -05:00
parent 1983126de9
commit e70b3640e8
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7
3 changed files with 0 additions and 2324 deletions

2315
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -69,8 +69,6 @@
"@eslint/js": "^9.9.0",
"@html-eslint/eslint-plugin": "^0.41.0",
"@html-eslint/parser": "^0.41.0",
"@prerenderer/renderer-puppeteer": "^1.2.4",
"@prerenderer/rollup-plugin": "^0.3.12",
"@tailwindcss/typography": "^0.5.15",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.3.0",

View File

@ -1,6 +1,5 @@
import path from "node:path";
import prerender from "@prerenderer/rollup-plugin";
import react from "@vitejs/plugin-react-swc";
import { defineConfig } from "vitest/config";
@ -12,12 +11,6 @@ export default defineConfig(() => ({
},
plugins: [
react(),
prerender({
routes: [
"/",
// Add more routes to prerender...
],
}),
],
test: {
globals: true,