diff --git a/.gitignore b/.gitignore index 8be054c..9af0b52 100644 --- a/.gitignore +++ b/.gitignore @@ -34,4 +34,6 @@ yarn-error.log* .vercel /uploads/* -/.vscode/ \ No newline at end of file +/.vscode/ +start.sh +dev.sh \ No newline at end of file diff --git a/pages/_app.js b/pages/_app.js index 3262afc..13640f3 100644 --- a/pages/_app.js +++ b/pages/_app.js @@ -32,6 +32,19 @@ const WrappedApp = (props) => <> { !props.observer && ( <> +