Fix access to exercice page directly
This commit is contained in:
parent
38c0a5ceee
commit
e636763597
3 changed files with 2 additions and 1 deletions
|
|
@ -15,7 +15,6 @@
|
|||
</script>
|
||||
|
||||
<svelte:head>
|
||||
<base href="{base}/">
|
||||
{#if $challengeInfo}
|
||||
<title>{$challengeInfo.title}</title>
|
||||
<meta name="author" content="{$challengeInfo.authors}">
|
||||
|
|
|
|||
Reference in a new issue