diff --git a/postcss.config.js b/postcss.config.js index 33ad091..a5a6ff8 100644 --- a/postcss.config.js +++ b/postcss.config.js @@ -1,6 +1,7 @@ module.exports = { plugins: { + "postcss-import": {}, tailwindcss: {}, autoprefixer: {}, }, -} +}; diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 69efaf8..f82273a 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -10,8 +10,8 @@ import { Inter } from "next/font/google"; const inter = Inter({ subsets: ["latin"] }); export const metadata: Metadata = { - title: "Create Next App", - description: "Generated by create next app", + title: "Livestream with LiveKit", + description: "A sample full-stack application built with LiveKit", }; export default function RootLayout({ diff --git a/src/app/page.tsx b/src/app/page.tsx index 1cf60cc..658c247 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -22,7 +22,9 @@ export default function Home() { - +