Skip to content

Commit

Permalink
try pre-render auto in companies
Browse files Browse the repository at this point in the history
  • Loading branch information
ddxv committed Nov 27, 2024
1 parent 9853263 commit 3014212
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -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`);
Expand Down

0 comments on commit 3014212

Please sign in to comment.