diff --git a/next.config.mjs b/next.config.mjs index 217eb28..090a6d0 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -12,7 +12,7 @@ const nextConfig = { * * @see https://nextjs.org/docs/app/api-reference/next-config-js/basePath */ - basePath: "/nextjs-github-pages", + basePath: "/", /** * Disable server-based image optimization. Next.js does not support @@ -24,5 +24,6 @@ const nextConfig = { unoptimized: true, }, }; + export default nextConfig; diff --git a/package.json b/package.json index 8b5553b..8a8de6f 100644 --- a/package.json +++ b/package.json @@ -6,8 +6,7 @@ "dev": "next dev", "build": "next build", "start": "next start", - "lint": "next lint", - "deploy": "gh-pages -d dist" + "lint": "next lint" }, "dependencies": { "@radix-ui/react-avatar": "^1.1.1", diff --git a/src/components/home-page.tsx b/src/components/home-page.tsx index eda923b..cf71c7e 100644 --- a/src/components/home-page.tsx +++ b/src/components/home-page.tsx @@ -27,7 +27,7 @@ export function HomePage() {
Hero Background