Skip to content

Commit

Permalink
no-cache for version index
Browse files Browse the repository at this point in the history
  • Loading branch information
brentyi committed May 25, 2024
1 parent 30e19aa commit 14942b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/source/_templates/sidebar/brand.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
// https://github.com/nerfstudio-project/viser/blob/main/.github/workflows/docs.yml
const response = await fetch(
"https://viser.studio/versions/index.txt",
{ cache: "no-cache" }
);
return await response.text();
}
Expand Down

0 comments on commit 14942b5

Please sign in to comment.