Skip to content

Commit

Permalink
use GET request again
Browse files Browse the repository at this point in the history
  • Loading branch information
codehz committed Dec 28, 2023
1 parent feb90bc commit bbcb205
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion router/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ const match = globalX.__ROUTES__

async function fetchServerSideProps(pathname: string) {
const response = await fetch(pathname, {
method: "POST",
headers: {
Accept: "application/vnd.server-side-props",
"Cache-Control": "no-cache",
Expand Down

0 comments on commit bbcb205

Please sign in to comment.