Skip to content

Commit e4030d6

Browse files
committed
W-21432256: fix missing template literal interpolation in STALE_WHILE_REVALIDATE
Made-with: Cursor
1 parent 51c35ad commit e4030d6

File tree

1 file changed

+1
-1
lines changed
  • packages/pwa-kit-create-app/assets/bootstrap/js/overrides/app/pages/home

1 file changed

+1
-1
lines changed

packages/pwa-kit-create-app/assets/bootstrap/js/overrides/app/pages/home/index.jsx.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ const Home = () => {
5454
if (res) {
5555
res.set(
5656
'Cache-Control',
57-
`s-maxage=${MAX_CACHE_AGE}, stale-while-revalidate={STALE_WHILE_REVALIDATE}`
57+
`s-maxage=${MAX_CACHE_AGE}, stale-while-revalidate=${STALE_WHILE_REVALIDATE}`
5858
)
5959
}
6060

0 commit comments

Comments
 (0)