Conceptiks / static-trailingSlash-issue

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Issue

When building with the export const trailingSlash="always" (installl with npm i --force), the build doesn't generate index.html files for the contents of /blog.

When building with the export const trailingSlash="never" (installl with npm i --force), the build doesn't generate index.html files but rather [nameOfParentdir].html files.

About


Languages

Language:Svelte 43.8%Language:TypeScript 27.4%Language:JavaScript 22.2%Language:HTML 5.0%Language:CSS 1.6%