UIX-Design

Results 6 comments of UIX-Design

unfortunately I still have the same problem... my `test.md` file looks like this: ```md [![Alt](/path/to/image.jpg)](#link-to-image) ``` my `_slug.vue` file looks like this: ```js ``` HTML Output: ```html ``` How can...

@gabrielizaias thanks for your answer, but when i change the script-tag in the `index.html` like this: `` it doesn't work. I still get `404 Not Found` I've also tried this:...

@gabrielizaias Yes, when i add the leading forward slash like this `` i also still get 404 - Svelte can‘t find the `main.js` file. How can i solve the issue?

@gabrielizaias i hope we can find my issue my `index.html` looks like this: ```html Svelte App ```

@thgh thanks for your help, but it doesn't work. my project structure looks like this: ``` - project - dist - index.html - main.js - main.css - src - App.svelte...

@thgh I'd like to tell you something else, but nothing's changed.