added in accessibility content

This commit is contained in:
2021-11-29 17:35:52 +00:00
parent a157dbe2d3
commit 244cc093c3
12 changed files with 4487 additions and 25 deletions
+5
View File
@@ -123,6 +123,11 @@ export const getServerSideProps = wrapper.getServerSideProps(
async ({ query, req, res }) => {
console.log("query-", query);
res.setHeader(
"Cache-Control",
"public, s-maxage=10, stale-while-revalidate=59"
);
let token = await getToken();
var tokenIssuedAt = new Date();