diff --git a/public/js/app.js b/public/js/app.js index 8227e09..5469340 100644 --- a/public/js/app.js +++ b/public/js/app.js @@ -186,7 +186,7 @@ function app() { async function handleExamplesTableClick(event) { // Construct the URL to the file - const fileUrl = `./examples/${event.detail.value}`; + const fileUrl = `./js/examples/${event.detail.value}`; try { const response = await fetch(fileUrl);