updated with oauth, footer docs,

This commit is contained in:
2021-11-30 07:22:07 +00:00
parent f9f7b777e7
commit af5354d19f
32 changed files with 4790 additions and 250 deletions
+4 -1
View File
@@ -1,3 +1,6 @@
{
"extends": "next"
"extends": "next",
"rules": {
"@next/next/no-img-element": "off"
}
}