Skip to content

Commit

Permalink
temporarily add trailing slash
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich-Harris committed Jan 9, 2023
1 parent fd8a924 commit f3ff35f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
import { dev } from '$app/environment';

export const trailingSlash = 'always';

// we don't need any JS on this page, though we'll load
// it in dev so that we get hot module replacement
export const csr = dev;
Expand Down

0 comments on commit f3ff35f

Please sign in to comment.