fix 404 on spheron (maybe...)

This commit is contained in:
Ax333l 2023-01-17 13:01:00 +01:00
parent 92f071739f
commit 06b3e050e1

View File

@ -12,7 +12,7 @@ const config = {
// Instead, we have to use a wrapper that generates a vercel config if on vercel...
adapter: adapter({
pages: 'public',
fallback: '404.html'
fallback: 'ipfs-404.html'
}),
trailingSlash: 'always',
}