mirror of
https://github.com/pheralb/svgl.git
synced 2025-12-29 08:01:36 +08:00
⚙️ Disable prerender, fixed access url.searchParams with prerendering enabled
This commit is contained in:
@@ -10,8 +10,6 @@ export const entries: EntryGenerator = () => {
|
|||||||
return categories;
|
return categories;
|
||||||
};
|
};
|
||||||
|
|
||||||
export const prerender = true;
|
|
||||||
|
|
||||||
export const load = (async ({ params }) => {
|
export const load = (async ({ params }) => {
|
||||||
const { slug } = params;
|
const { slug } = params;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user