We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d92d45 commit 75f44e9Copy full SHA for 75f44e9
astro.config.mjs
@@ -9,12 +9,15 @@ import relativeLinks from "astro-relative-links";
9
10
// https://astro.build/config
11
export default defineConfig({
12
+ trailingSlash: "never",
13
+ build: {
14
+ format: "file",
15
+ },
16
integrations: [react(), relativeLinks()],
-
17
vite: {
18
plugins: [tailwindcss()],
19
css: {
20
transformer: "lightningcss",
21
},
22
-});
23
+});
0 commit comments