From 7327a69b55a20b99b14ee0803d6cf5f8b88c45ef Mon Sep 17 00:00:00 2001 From: Factiven Date: Wed, 13 Sep 2023 00:45:53 +0700 Subject: Update v4 - Merge pre-push to main (#71) * Create build-test.yml * initial v4 commit * update: github workflow * update: push on branch * Update .github/ISSUE_TEMPLATE/bug_report.md * configuring next.config.js file --- pages/404.js | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'pages/404.js') diff --git a/pages/404.js b/pages/404.js index c774372..5b6162b 100644 --- a/pages/404.js +++ b/pages/404.js @@ -4,6 +4,7 @@ import Navbar from "../components/navbar"; import Link from "next/link"; import { useEffect, useState } from "react"; import { parseCookies } from "nookies"; +import Image from "next/image"; export default function Custom404() { const [lang, setLang] = useState("en"); @@ -28,11 +29,17 @@ export default function Custom404() { Not Found - +
- 404 + 404

Oops! Page not found

-- cgit v1.2.3