From 7b39f8acd2af2f2b7bb98ba87b8467d1ff26275c Mon Sep 17 00:00:00 2001 From: Ariel Costas Guerrero <94913521+arielcostas@users.noreply.github.com> Date: Mon, 13 Jan 2025 13:39:19 +0100 Subject: Fix canonical URLs --- astro.config.mjs | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/astro.config.mjs b/astro.config.mjs index 3e48c27..0998916 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -10,6 +10,8 @@ export default defineConfig({ })], build: { assets: 'assets', - inlineStylesheets: 'never' - } + inlineStylesheets: 'never', + format: 'file', + }, + trailingSlash: "never" }); -- cgit v1.3