Skip to content

Commit

Permalink
ci: fix invalid trailing slash option 🤦🏻‍♂️
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianCataldo committed Mar 7, 2023
1 parent 9ef0390 commit c396c97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export default defineConfig({
site: 'https://themesberg.github.io/flowbite-astro-admin-dashboard',

/* Like Vercel, Netlify, GH Pages… Mimicking for dev. server */
trailingSlash: true,
trailingSlash: 'always',

server: {
/* Dev. server only */
Expand Down

0 comments on commit c396c97

Please sign in to comment.