NoroffFEU / development-platforms

A collection of case studies covering development platform products.
7 stars 307 forks source link

docker-swarm-case-study #217

Open maleneivy opened 6 months ago

maleneivy commented 6 months ago

This is my case study for the development platform CA.

maleneivy commented 5 months ago

@Fermain I've comitted the requested changes, except the one with changing the way the paths are written. Did not find an other solution for that.

jaaneh commented 5 months ago

except the one with changing the way the paths are written. Did not find an other solution for that.

You should be able to use ~/assets/* instead of ../../../../assets/*. Try replacing one and running a build locally with npm run build and then you can preview it npm run preview to check if it loads fine.