Skip to content

Commit

Permalink
feat: add app metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
AtilioA committed Apr 6, 2024
1 parent c512cbc commit 1a2b6a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lsx-to-isf-json/src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import "./globals.css";
const inter = Inter({ subsets: ["latin"] });

export const metadata: Metadata = {
title: "Create Next App",
description: "Generated by create next app",
title: "ISF config generator",
description: "Parses a mod folder into an ISF config JSON file.",
};

export default function RootLayout({
Expand Down

0 comments on commit 1a2b6a0

Please sign in to comment.