diff --git a/src/component/navigation.tsx b/src/component/navigation.tsx index b810bbe..51e71e5 100644 --- a/src/component/navigation.tsx +++ b/src/component/navigation.tsx @@ -1,14 +1,13 @@ import Image from 'next/image' import styles from "../styles/Home.module.css"; import { basePath } from "../../next.config" // 追加 -import Link from 'next/link'; const BASE_PATH = basePath ? basePath : "" // 追加 const Navigation = () => (
I am a web developer focusing on front-end development.
diff --git a/src/pages/index.tsx b/src/pages/index.tsx
index 918ba40..0efb934 100644
--- a/src/pages/index.tsx
+++ b/src/pages/index.tsx
@@ -4,7 +4,6 @@ import styles from "../styles/Home.module.css";
import { getAllPosts } from "../lib/api";
// import Navigation from '../component/navigation';
import Image from 'next/image'
-import Link from 'next/link';
type Props = InferGetStaticPropsType
I am a web developer focusing on front-end development.
TAKUTO YOKOMAKU