Remove redunant console.logs and netlify status badge
This commit is contained in:
@@ -1,7 +1,5 @@
|
|||||||
# Schedule for колледж связи пгути
|
# Schedule for колледж связи пгути
|
||||||
|
|
||||||
[](https://app.netlify.com/sites/kspsuti/deploys)
|
|
||||||
|
|
||||||
Reskin of https://lk.ks.psuti.ru/ since it lacks mobile support and is generally ugly.
|
Reskin of https://lk.ks.psuti.ru/ since it lacks mobile support and is generally ugly.
|
||||||
|
|
||||||
[](https://kspsuti.ru#gh-dark-mode-only)
|
[](https://kspsuti.ru#gh-dark-mode-only)
|
||||||
|
|||||||
@@ -90,8 +90,6 @@ export async function getServerSideProps(context: GetServerSidePropsContext<{ gr
|
|||||||
return { props: {} }
|
return { props: {} }
|
||||||
}
|
}
|
||||||
|
|
||||||
console.log('etag', etag)
|
|
||||||
|
|
||||||
context.res.setHeader('ETag', etag)
|
context.res.setHeader('ETag', etag)
|
||||||
return {
|
return {
|
||||||
props: nextSerialized({
|
props: nextSerialized({
|
||||||
|
|||||||
Reference in New Issue
Block a user