diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 86e251d..5427d2d 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -33,9 +33,6 @@ jobs: - name: Build with Next.js 🏗️ run: npx next build - - name: List Build Directory 📂 - run: ls -la - - name: Upload artifact 📡 uses: actions/upload-pages-artifact@v3 with: diff --git a/app/favicon.ico b/app/favicon.ico index 718d6fe..9bb10d9 100644 Binary files a/app/favicon.ico and b/app/favicon.ico differ diff --git a/app/layout.tsx b/app/layout.tsx index a36cde0..898f171 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -1,6 +1,7 @@ import type { Metadata } from "next"; import localFont from "next/font/local"; import "./globals.css"; +import Head from "next/head"; const geistSans = localFont({ src: "./fonts/GeistVF.woff", @@ -14,8 +15,8 @@ const geistMono = localFont({ }); export const metadata: Metadata = { - title: "Create Next App", - description: "Generated by create next app", + title: "AutoSubs" as string, + description: "AI-Powered subtitle generation" as string, }; export default function RootLayout({ @@ -28,6 +29,11 @@ export default function RootLayout({ + + + AutoSubs + + {children} diff --git a/components/landing-page.tsx b/components/landing-page.tsx index 67aadd7..4d1ec5c 100644 --- a/components/landing-page.tsx +++ b/components/landing-page.tsx @@ -42,7 +42,7 @@ export default function Component() { @@ -50,7 +50,7 @@ export default function Component() { @@ -223,7 +223,7 @@ export default function Component() {