}
```
+### Netlify
+
+Create a `_redirects` file with the following code:
+
+```
+/* /index.html 200
+```
+
+Read more about [Netlify redirecting options](https://docs.netlify.com/routing/redirects/rewrites-proxies/#history-pushstate-and-single-page-apps) for more info.
+
## Caveat
There is a caveat to this: Your server will no longer report 404 errors as all not-found paths now serve up your `index.html` file. To get around the issue, you should implement a catch-all route within your Vue app to show a 404 page: