Skip to content

Commit

Permalink
Merge pull request #207 from Suwayomi/main
Browse files Browse the repository at this point in the history
woops i turned off prerender
  • Loading branch information
Robonau committed Jun 25, 2024
2 parents 60198c8 + 62b826e commit fb54516
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/routes/+layout.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at http://mozilla.org/MPL/2.0/.

export const ssr = false;
export const prerender = false;
export const ssr = true;
export const prerender = 'auto';
2 changes: 1 addition & 1 deletion versionToServerVersionMapping.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
},
{
"tag": "v1.1.0",
"uiVersion": "r1067",
"uiVersion": "r1071",
"serverVersion": "r1502",
"comment": "the server version is between 1.0.0 and 1.1.0 release",
"comment2": "because its the preview version that implemented the breaking changes"
Expand Down

0 comments on commit fb54516

Please sign in to comment.