From 3d5079ec2ecd9907ef927716bcf527893f9dcdab Mon Sep 17 00:00:00 2001 From: Mikayla Dobson Date: Wed, 2 Aug 2023 17:51:53 -0500 Subject: [PATCH] fixes for build issues --- .github/workflows/main.yml | 1 - app/about/work/page.tsx | 2 ++ app/layout.tsx | 9 ++------- 3 files changed, 4 insertions(+), 8 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4df28c2..5a0cd01 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -4,7 +4,6 @@ on: push: branches: - master - - next-migration jobs: build: runs-on: ubuntu-latest diff --git a/app/about/work/page.tsx b/app/about/work/page.tsx index d3955be..8a6df70 100644 --- a/app/about/work/page.tsx +++ b/app/about/work/page.tsx @@ -5,3 +5,5 @@ const WorkHistory = () => { ); } + +export default WorkHistory; diff --git a/app/layout.tsx b/app/layout.tsx index 32a8766..51f896a 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -16,11 +16,6 @@ export const inter = Inter({ subsets: ['latin'] }) export const besley = Besley({ subsets: ['latin'] }) export const cabin = Cabin({ subsets: ['latin'] }) -export const metadata = { - title: 'Mikayla Dobson | Software Engineer', - description: 'Integrating artistry and technology to create beautiful software', -} - export default function RootLayout({ children }: { children: React.ReactNode }) { const pathname = usePathname(); const [bg, setBg] = useState('bg-slate-900'); @@ -56,8 +51,8 @@ export default function RootLayout({ children }: { children: React.ReactNode }) return ( - {metadata.title} - + Mikayla Dobson | Software Engineer +