From 804e7767a37ef9881f4c4de3daf914d771708aa6 Mon Sep 17 00:00:00 2001 From: chornos13 Date: Sun, 31 Jan 2021 16:38:19 +0700 Subject: [PATCH] feat(scroll): set default scrollBehavior to smooth --- src/pages/_document.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/pages/_document.tsx b/src/pages/_document.tsx index b7f0541..bbf923c 100644 --- a/src/pages/_document.tsx +++ b/src/pages/_document.tsx @@ -7,10 +7,12 @@ class MyDocument extends Document { } render() { + // noinspection HtmlRequiredTitleElement return (