⚙️ Disable prerender, fixed access url.searchParams with prerendering enabled
🧑‍🚀 Check / ⚡ Testing with Vitest (push) Has been cancelled
🧑‍🚀 Check / 📦 SVGs Size (push) Has been cancelled
🧑‍🚀 Check / 🛠️ Build app (push) Has been cancelled
🚀 Deploy / API - Cloudflare Workers (push) Has been cancelled

This commit is contained in:
pheralb
2025-02-26 18:16:24 +00:00
parent 15b9879137
commit 8f5767344a
-2
View File
@@ -10,8 +10,6 @@ export const entries: EntryGenerator = () => {
return categories;
};
export const prerender = true;
export const load = (async ({ params }) => {
const { slug } = params;