Skip to content

Commit

Permalink
Update app metadata and next.config
Browse files Browse the repository at this point in the history
  • Loading branch information
JeelRajodiya committed May 9, 2024
1 parent c366f9d commit c61b3c2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Binary file removed app/favicon.ico
Binary file not shown.
Binary file added app/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions 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: "Tour of JSON Schema",
description: "Learn JSON Schema by example with this interactive tour.",
};

export default function RootLayout({
Expand Down
4 changes: 2 additions & 2 deletions next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ const nextConfig = {
return config
},

output:process.env.HOST !=="GitHub" ? "standalone" : "export",
basePath:process.env.HOST !== "GitHub" ? "" : "/tour"
output:"export",
basePath:"/tour"


};
Expand Down

0 comments on commit c61b3c2

Please sign in to comment.