Commit 4a4b1f6
committed
fix: move the assets into the src and reference them relatively
When the app's build is deployed in github pages under the subdir
/ner-annotator/, the image files aren't loading as they are
referenced using absolute paths in the components. Vite build doesn't
automatically update absolute paths to include the BASE. So the files
are moved into the src dir and referenced using relative paths.1 parent cda0ee8 commit 4a4b1f6
File tree
14 files changed
+15
-23
lines changed- docs
- assets
- public/assets
- src
- assets
- components
14 files changed
+15
-23
lines changedLines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
Binary file not shown.
This file was deleted.
File renamed without changes.
File renamed without changes.
0 commit comments