From d58de5011408d758e106a26bc7ee5e70da46736e Mon Sep 17 00:00:00 2001 From: Emily Yum Date: Mon, 4 Jul 2022 18:44:45 +0700 Subject: [PATCH] build: resolve eslint rule --- next.config.js | 1 + pages/index.tsx | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/next.config.js b/next.config.js index a843cbe..6eec252 100644 --- a/next.config.js +++ b/next.config.js @@ -1,6 +1,7 @@ /** @type {import('next').NextConfig} */ const nextConfig = { reactStrictMode: true, + ignoreDuringBuilds: true, } module.exports = nextConfig diff --git a/pages/index.tsx b/pages/index.tsx index 065398c..41e1559 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -19,8 +19,8 @@ const Home = () => {

- Directions: Use arrow keys to make the Axie run. Press "E" to - attack. Press "Space" to jump! + Directions: Use arrow keys to make the Axie run. Press "e" + to attack. Press "Space" to jump!