Revert "redirect 404s to home page"

This reverts commit 22d077d069.
This commit is contained in:
2020-02-11 01:56:02 +02:00
parent 22d077d069
commit 5dcc75872d

View File

@@ -50,11 +50,6 @@ export default {
netlify: {
redirects: [
{
from: '/*',
to: '/',
status: 404
},
{
from: 'http://gardev.com/*',
to: 'https://gar.dev/:splat',