diff --git a/frontend/src/routes/(categorical)/companies/+page.server.ts b/frontend/src/routes/(categorical)/companies/+page.server.ts index 016e70c..7520024 100644 --- a/frontend/src/routes/(categorical)/companies/+page.server.ts +++ b/frontend/src/routes/(categorical)/companies/+page.server.ts @@ -1,4 +1,5 @@ import type { PageServerLoad } from './$types.js'; +export const prerender = 'auto'; export const load: PageServerLoad = async ({}) => { const res = fetch(`http://localhost:8000/api/companies`);