We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e4dca1 commit 01a0396Copy full SHA for 01a0396
src/routes/+error.svelte
@@ -1,10 +1,10 @@
1
<script lang="ts">
2
import { page } from '$app/stores';
3
import { onMount } from 'svelte';
4
- import config from '../../config';
5
- import { fetchRepoDetails, findRepoMeta } from '../../helpers/fetchRepo';
6
- import type { Project } from '../../types/Project';
7
- import ProjectHero from '../../components/ProjectHero.svelte';
+ import config from '../config';
+ import { fetchRepoDetails, findRepoMeta } from '../helpers/fetchRepo';
+ import type { Project } from '../types/Project';
+ import ProjectHero from '../components/ProjectHero.svelte';
8
9
let gitHubPagesUrl = '';
10
0 commit comments