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 36b2232 commit e17eebaCopy full SHA for e17eeba
src/components/Puzzle.astro
@@ -70,7 +70,7 @@
70
</div>
71
72
<script type="module" is:inline>
73
- import crosswordData from "../assets/json/cross.json";
+ import crosswordData from "./src/assets/json/cross.json";
74
75
// Use the imported JSON data for word sets.
76
const wordSets = crosswordData;
0 commit comments