diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 2a9b626..8124704 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -68,7 +68,7 @@ jobs: - name: Upload artifact uses: actions/upload-pages-artifact@v3 with: - path: ./out + path: ./.next # Deployment job deploy: diff --git a/app/_components/_about/about.tsx b/app/_components/_about/about.tsx index ca71f46..a70691a 100644 --- a/app/_components/_about/about.tsx +++ b/app/_components/_about/about.tsx @@ -1,4 +1,5 @@ import LoadingSpinner from "@/app/_components/loading-spinner"; +import Location from "@/app/_components/_about/location"; import { PhotoIcon } from "@heroicons/react/20/solid"; import Socials from "@/app/_components/_about/socials"; import { Metadata } from "next"; @@ -53,27 +54,7 @@ export default function About(props: AboutProps) {