mirror of
https://github.com/ReVanced/revanced-website.git
synced 2026-01-11 13:46:17 +00:00
fix 404 on spheron (maybe...)
This commit is contained in:
@@ -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',
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user