mirror of
https://gitea.gofwd.group/dstrawsb/ballistic-builder.git
synced 2025-12-06 02:36:44 -05:00
fixing page title
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
import { Provider } from "../components/ui/provider"
|
import { Provider } from "../components/ui/provider"
|
||||||
import "../styles/globals.css";
|
import "../styles/globals.css";
|
||||||
export const metadata = {
|
export const metadata = {
|
||||||
title: 'Next.js',
|
title: 'Ballistic Builder',
|
||||||
description: 'Generated by Next.js',
|
description: 'Freedom On',
|
||||||
}
|
}
|
||||||
|
|
||||||
export default function RootLayout(props: { children: React.ReactNode }) {
|
export default function RootLayout(props: { children: React.ReactNode }) {
|
||||||
|
|||||||
Reference in New Issue
Block a user