Skip to content

Commit

Permalink
temp_fix
Browse files Browse the repository at this point in the history
  • Loading branch information
VIKTORVAV99 committed Feb 4, 2024
1 parent 0e5964a commit 64a3dac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/+page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import type { ProjectConfig } from '$interfaces/projectConfig';

export const load = ( ({fetch}) => {
const json = projects.filter((entry) => entry.showcase) as ProjectConfig[];
const personal_info = fetch('/api/personal_data/').then((r) => r.json());
const personal_info = fetch('/api/personal_data/');
return {
projects: json,
personalData: personal_info
Expand Down

0 comments on commit 64a3dac

Please sign in to comment.