Skip to content

Commit

Permalink
Merge pull request #81 from bensteinberg/switch-bucket-root
Browse files Browse the repository at this point in the history
Change BUCKET_ROOT
  • Loading branch information
bensteinberg authored Feb 28, 2024
2 parents 5a0713b + 2416cf4 commit 8a213b0
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 8a213b0

Please sign in to comment.