Skip to content

Commit e17eeba

Browse files
committed
crossword json issue fixed
1 parent 36b2232 commit e17eeba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Puzzle.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
</div>
7171

7272
<script type="module" is:inline>
73-
import crosswordData from "../assets/json/cross.json";
73+
import crosswordData from "./src/assets/json/cross.json";
7474

7575
// Use the imported JSON data for word sets.
7676
const wordSets = crosswordData;

0 commit comments

Comments
 (0)