fix: enable trailing slash

because spheron
This commit is contained in:
Ax333l 2023-01-12 20:53:28 +01:00
parent 00817068f8
commit 1644f4313e
No known key found for this signature in database
GPG Key ID: D2B4D85271127D23

View File

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