fix: enable trailing slash

because spheron
This commit is contained in:
Ax333l
2023-01-12 20:53:28 +01:00
parent 00817068f8
commit 1644f4313e

View File

@@ -14,6 +14,7 @@ const config = {
pages: 'public',
fallback: '404.html'
}),
trailingSlash: 'always',
}
};