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.md
tutorial/svelte.md
tutorial/vue.md
The existing src/assets text is correct for both Angular and React.
All the tutorial pages use the
src/assets
path for the image files. However, the repo for the tutorial app source code usesapp/assets
for three options:The tutorial text should be brought in line with the actual project structure in these three files:
tutorial/plain.md
tutorial/svelte.md
tutorial/vue.md
The existing
src/assets
text is correct for both Angular and React.