Skip to content

Commit

Permalink
Change BUCKET_ROOT
Browse files Browse the repository at this point in the history
  • Loading branch information
bensteinberg committed Feb 27, 2024
1 parent 5a0713b commit 2416cf4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/caselaw/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<script type="module" src="/components/cap-footer.js"></script>
<script type="module" src="/components/cap-nav.js"></script>
<script>
window.BUCKET_ROOT = "https://cap-redacted-demo.lil.tools";
window.BUCKET_ROOT = "https://static.case.law";
</script>

<link
Expand Down
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<script type="module" src="components/cap-contact.js"></script>
<script type="module" src="components/cap-footer.js"></script>
<script>
window.BUCKET_ROOT = "https://cap-redacted-demo.lil.tools";
window.BUCKET_ROOT = "https://static.case.law";
</script>

<link
Expand Down
2 changes: 1 addition & 1 deletion src/lib/data.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import {
getBreadcrumbLinks,
} from "./data.js";

global.window = { BUCKET_ROOT: "https://cap-redacted-demo.lil.tools" };
global.window = { BUCKET_ROOT: "https://static.case.law" };

test("fetchJurisdictionsData fetches jurisdictions ", async (t) => {
await fetchJurisdictionsData((data) => {
Expand Down

0 comments on commit 2416cf4

Please sign in to comment.