Skip to content

Commit da9ec40

Browse files
committed
Make page static again
1 parent 5e500e6 commit da9ec40

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/app/MarkDown.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ async function MarkDown() {
1212
try {
1313
const response = await fetch(
1414
"https://raw.githubusercontent.com/Balazs-topg/react-ripples-continued/main/README.md",
15-
{ cache: "no-store" },
1615
);
1716
const text = await response.text();
1817
return text;

0 commit comments

Comments
 (0)