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 (
-