Fix access to exercice page directly
This commit is contained in:
parent
38c0a5ceee
commit
e636763597
3 changed files with 2 additions and 1 deletions
|
@ -5,6 +5,7 @@
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
<meta name="robots" content="all">
|
<meta name="robots" content="all">
|
||||||
|
<base href="/">
|
||||||
%sveltekit.head%
|
%sveltekit.head%
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
|
@ -15,7 +15,6 @@
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<svelte:head>
|
<svelte:head>
|
||||||
<base href="{base}/">
|
|
||||||
{#if $challengeInfo}
|
{#if $challengeInfo}
|
||||||
<title>{$challengeInfo.title}</title>
|
<title>{$challengeInfo.title}</title>
|
||||||
<meta name="author" content="{$challengeInfo.authors}">
|
<meta name="author" content="{$challengeInfo.authors}">
|
||||||
|
|
|
@ -8,6 +8,7 @@ const config = {
|
||||||
}),
|
}),
|
||||||
paths: {
|
paths: {
|
||||||
// base: '/2022',
|
// base: '/2022',
|
||||||
|
relative: false,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Reference in a new issue