We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ddb484 commit c5ac8b9Copy full SHA for c5ac8b9
.vscode/remix.code-snippets
@@ -40,7 +40,7 @@
40
"body": [
41
"import { type Route } from \"./+types/${TM_FILENAME_BASE}.ts\"",
42
"export const headers: Route.HeadersFunction = ({ loaderHeaders }) => ({",
43
- " 'Cache-Control': loaderHeaders.get('Cache-Control') ?? '',",
+ " 'Cache-Control': loaderHeaders.get('Cache-Control') ?? '',",
44
"})",
45
],
46
},
0 commit comments