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

后端 未结 5 880
难免孤独
难免孤独 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 06:02

    Just in case you're looking for an answer on Nuxt instead of Vue, add the _redirects file to the static/ directory.

提交回复
热议问题