Skip to content

Commit c5ac8b9

Browse files
authored
Update .vscode/remix.code-snippets
1 parent 3ddb484 commit c5ac8b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vscode/remix.code-snippets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"body": [
4141
"import { type Route } from \"./+types/${TM_FILENAME_BASE}.ts\"",
4242
"export const headers: Route.HeadersFunction = ({ loaderHeaders }) => ({",
43-
" 'Cache-Control': loaderHeaders.get('Cache-Control') ?? '',",
43+
" 'Cache-Control': loaderHeaders.get('Cache-Control') ?? '',",
4444
"})",
4545
],
4646
},

0 commit comments

Comments
 (0)