1
Fork 0
mirror of https://github.com/RGBCube/Site synced 2025-07-30 20:47:46 +00:00

Do pretty URLs

This commit is contained in:
RGBCube 2024-02-16 12:34:08 +03:00
parent d060f7d9f9
commit 44942077fb
No known key found for this signature in database

View file

@ -6,7 +6,6 @@ import jsx from "lume/plugins/jsx.ts";
import minifyHTML from "lume/plugins/minify_html.ts";
const site = lume({
prettyUrls: false,
src: "./site",
});