eucp-project / storyboards

Simple web application to show example use cases with some interactivity. (visitors via old url will be redirected to the website with new url)
https://eucp-project.github.io/storyboards
Other
7 stars 6 forks source link

add instructions for re-use when projects are differently named #86

Open bvreede opened 1 year ago

bvreede commented 1 year ago

When re-using this project (thanks!!), I came across an issue:

my project has a different name. I had to add this name to nuxt-config.js, in order to get the deployment in the correct location:

  router: {
    base: '/{my-project-name}/',
    middleware: 'storyboards-dynamic-routes'
  },

It would be nice to add this instruction to the README?

Thanks again!