Skip to content

Commit

Permalink
Make page static again
Browse files Browse the repository at this point in the history
  • Loading branch information
balazshevesi committed Dec 28, 2023
1 parent 5e500e6 commit da9ec40
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/MarkDown.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ async function MarkDown() {
try {
const response = await fetch(
"https://raw.githubusercontent.com/Balazs-topg/react-ripples-continued/main/README.md",
{ cache: "no-store" },
);
const text = await response.text();
return text;
Expand Down

0 comments on commit da9ec40

Please sign in to comment.