-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
I have my code as src="..Media/image.png" and it cannot be found, I am running my server from /frontend/static/Pages/index.html. I have listed my file-tree below.
.
├── backend
│ ├── Cargo.toml
│ ├── data
│ │ └── data.json
│ └── src
│ └── main.rs
├── Cargo.lock
├── Cargo.toml
├── frontend
│ └── static
│ ├── CSS
│ │ └── style.css
│ ├── Fonts
│ ├── JavaScript
│ │ ├── app.js
│ ├── Media
│ │ ├── image.png
│ └── Pages
│ └── index.html
Metadata
Metadata
Assignees
Labels
No labels