Skip to content

Tweak page generation to work with GitLab Pages

Kaleb Elwert requested to merge belak/neoasknot:tweak-file-generation into main

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)

Merge request reports