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 62deb9b commit 7fe78a8Copy full SHA for 7fe78a8
frontend/src/training-materials-browser.tsx
@@ -33,7 +33,7 @@ export default function TrainingMaterialsBrowser() {
33
useEffect(() => {
34
const fetchData = async () => {
35
try {
36
- const response = await fetch("/data/reproinventory_data.json")
+ const response = await fetch("/ReproInventory/data/reproinventory_data.json")
37
if (!response.ok) {
38
throw new Error(`HTTP error! status: ${response.status}`)
39
}
0 commit comments