Skip to content

Commit bbcb205

Browse files
committed
use GET request again
1 parent feb90bc commit bbcb205

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

router/index.tsx

-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ const match = globalX.__ROUTES__
2626

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

0 commit comments

Comments
 (0)