File tree 2 files changed +13
-2
lines changed
2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 1
1
<script >
2
+
3
+ // Svelte base path
4
+ import { base } from ' $app/paths' ;
5
+
2
6
// Svelte Components
3
7
import QuizRunner from ' ./QuizRunner.svelte' ;
4
8
import QuizPartitionSelector from ' ./QuizPartitionSelector.svelte' ;
133
137
<!-- Header section with logo and title - ora con grid -->
134
138
<div class =" flex flex-wrap justify-center items-center gap-x-2 md:gap-x-12 gap-y-4 mb-12 md:mb-16 text-center" >
135
139
<img
136
- src =" /coquiz-logo.svg"
140
+ src ={ base + " /coquiz-logo.svg" }
137
141
alt =" Coquiz Logo"
138
142
class =" h-16 md:h-24 w-auto"
139
143
/>
Original file line number Diff line number Diff line change 1
- <a href =" /demo/paraglide" >paraglide</a >
1
+ <script >
2
+
3
+ // Svelte base path
4
+ import { base } from ' $app/paths' ;
5
+
6
+ </script >
7
+
8
+ <a href ={base + " /demo/paraglide" }>paraglide</a >
You can’t perform that action at this time.
0 commit comments