Skip to content

Commit

Permalink
fix trailing slash issue
Browse files Browse the repository at this point in the history
- see SvelteKit bug: sveltejs/kit#11317
- downgrading to @sveltejs/kit@1.30.0 until we're ready for 2.x
- fixes #681
  • Loading branch information
kenkunz committed Feb 22, 2024
1 parent 9328f08 commit e1bb067
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@csstools/postcss-global-data": "^2.1.0",
"@playwright/test": "^1.37.1",
"@sveltejs/adapter-node": "^1.3.1",
"@sveltejs/kit": "^1.30.3",
"@sveltejs/kit": "1.30.0",
"@testing-library/jest-dom": "^6.1.2",
"@testing-library/svelte": "^4.0.3",
"@testing-library/user-event": "^14.4.3",
Expand Down

0 comments on commit e1bb067

Please sign in to comment.