Skip to content

Commit

Permalink
feat: render stack and effective cache control
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-guggisberg committed Sep 16, 2024
1 parent 3f6056b commit ed343a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/cache/debugger.js
Original file line number Diff line number Diff line change
Expand Up @@ -146,10 +146,10 @@ const renderDetails = (data) => {
${configuredCdnHost ? `<div class="row">
<span class="key">Configured CDN Host</span>
<span class="val">${configuredCdnHost}</span>
</div>
<div class="row">
<span class="key">Forwarded Host</span>
<span class="val">${forwardedHost}</span>
</div>
</div>` : ''}
</div>
`;
Expand Down

0 comments on commit ed343a7

Please sign in to comment.