Tutorial image paths src/assets vs app/assets
dap6000 opened this issue · 0 comments
dap6000 commented
All the tutorial pages use the src/assets path for the image files. However, the repo for the tutorial app source code uses app/assets for three options:
- Plain
- Svelte
- Vue
The tutorial text should be brought in line with the actual project structure in these three files:
tutorial/plain.mdtutorial/svelte.mdtutorial/vue.md
The existing src/assets text is correct for both Angular and React.