Skip to content

Commit

Permalink
remove ssr rule
Browse files Browse the repository at this point in the history
  • Loading branch information
chakany committed Feb 15, 2023
1 parent c6c162c commit b6e7e73
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
node_modules
/build
/.svelte-kit
/.vercel
/package
.env
.env.*
Expand Down
1 change: 0 additions & 1 deletion src/routes/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
import { KeyModal, RelayModal } from "$lib/ModalController";
import { Author } from "nostr-relaypool/index";
export const ssr = false;
import "../app.postcss";
import "@fontsource/montserrat";
import "@fontsource/righteous";
Expand Down

0 comments on commit b6e7e73

Please sign in to comment.