Tweak page generation to work with GitLab Pages
This seems to be an issue with how Svelte Kit exports pages by default when there's both a single page and a folder with the same name, mixed with GitLab's behavior when faced with both a coding directory and coding.html file.
This enables trailingSlash
which, as a side effect, forces index.html
files to be generated, which should fix this issue.
Fixes #9 (closed)