Add _redirects file to root path for Vue SPA hosted on Netlify

后端 未结 5 868
难免孤独
难免孤独 2021-01-31 05:28

I\'m developing a Single Page App using Vue CLI and want history pushstate to work so I get clean URLs.

I have to follow this: https://www.netlify.com/docs/redirects/#hi

5条回答
  •  遥遥无期
    2021-01-31 05:49

    You can simply add the _redirects file to your /public directory in your vue app

提交回复
热议问题