Skip to content

Commit

Permalink
Enable SSR (#7473)
Browse files Browse the repository at this point in the history
  • Loading branch information
sliptype authored Feb 6, 2024
1 parent 26ffd2f commit d4726c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web/scripts/workers-site/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import manifestJSON from '__STATIC_CONTENT_MANIFEST'

const assetManifest = JSON.parse(manifestJSON)

const SSR = false
const SSR = true
const DEBUG = false
const BROWSER_CACHE_TTL_SECONDS = 60 * 60 * 24

Expand Down

0 comments on commit d4726c7

Please sign in to comment.