We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent feb90bc commit bbcb205Copy full SHA for bbcb205
router/index.tsx
@@ -26,7 +26,6 @@ const match = globalX.__ROUTES__
26
27
async function fetchServerSideProps(pathname: string) {
28
const response = await fetch(pathname, {
29
- method: "POST",
30
headers: {
31
Accept: "application/vnd.server-side-props",
32
"Cache-Control": "no-cache",
0 commit comments