Skip to content

Commit

Permalink
fix #34
Browse files Browse the repository at this point in the history
  • Loading branch information
Mordechai Dror committed Jan 26, 2024
1 parent f3ff72f commit ae93bc8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/blog/astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ function readingTimePlugin() {
export default defineConfig({
integrations: [tailwind(), sitemap(), react()],
site: PROFILE.baseUrl,
trailingSlash: 'never',
markdown: {
remarkPlugins: [readingTimePlugin],
rehypePlugins: [
Expand Down
3 changes: 3 additions & 0 deletions packages/blog/vercel.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"trailingSlash": false
}

0 comments on commit ae93bc8

Please sign in to comment.