Skip to content

Commit

Permalink
adding proper header
Browse files Browse the repository at this point in the history
  • Loading branch information
sukanya-rath authored May 1, 2024
1 parent e6244a3 commit a7836be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/Caddyfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
level {$LOG_LEVEL}
}
handle /env.js {
header Content-Type text/javascript
header Content-Type "text/javascript"
respond `window.config = {"SNOWPLOW_URL":"{$SNOWPLOW_URL}"};`
}
root * /app/dist
Expand Down
2 changes: 1 addition & 1 deletion frontend/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<link rel="apple-touch-icon" href="bcid-apple-touch-icon.png">
<link rel="preload" href="https://fonts.googleapis.com/css?family=Material+Icons" as="style">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Material+Icons">
<script src="/env.js"></script>
<script type="text/javascript" src="/env.js"></script>
<title>FIN Pay Transparency</title>
</head>

Expand Down

0 comments on commit a7836be

Please sign in to comment.