Add a page to re-send email verification if signing in without verified email
[ndcode_site.git] / search / index.html.jst
index b43beb1..e722cd9 100644 (file)
@@ -28,7 +28,7 @@ return async env => {
           try {
             menu = await env.site.get_menu(`${pathname.slice(0, i)}_menu.json`)
           }
-          catch (e) {
+          catch (error) {
             return pathname // fallback
           }
           let dir = pathname.slice(i, j)