mirror of
https://github.com/r-freeman/portfolio.git
synced 2024-11-22 18:45:42 +00:00
Removed cache-control header from config
This commit is contained in:
parent
686fdc9998
commit
95249f521c
@ -36,16 +36,7 @@ const nextConfig = {
|
|||||||
value: "s-maxage=1, stale-while-revalidate=59"
|
value: "s-maxage=1, stale-while-revalidate=59"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
}
|
||||||
// {
|
|
||||||
// source: '/api/views/:slug',
|
|
||||||
// headers: [
|
|
||||||
// {
|
|
||||||
// key: "Cache-Control",
|
|
||||||
// value: "public, max-age=0, must-revalidate"
|
|
||||||
// }
|
|
||||||
// ]
|
|
||||||
// }
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user