Compare commits
2 Commits
790b68b097
...
b136e841f5
Author | SHA1 | Date |
---|---|---|
Henry Hobbs | b136e841f5 | |
Henry Hobbs | eac08bfbca |
|
@ -34,3 +34,4 @@ yarn-error.log*
|
||||||
# typescript
|
# typescript
|
||||||
*.tsbuildinfo
|
*.tsbuildinfo
|
||||||
next-env.d.ts
|
next-env.d.ts
|
||||||
|
data.json
|
||||||
|
|
BIN
app/favicon.ico
BIN
app/favicon.ico
Binary file not shown.
Before Width: | Height: | Size: 25 KiB |
|
@ -5,8 +5,8 @@ import "./globals.css"
|
||||||
const inter = Inter({ subsets: ["latin"] })
|
const inter = Inter({ subsets: ["latin"] })
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Create Next App",
|
title: "MTG Art Search",
|
||||||
description: "Generated by create next app",
|
description: "Search for magic cards by features in their artwork",
|
||||||
}
|
}
|
||||||
|
|
||||||
export default function RootLayout({
|
export default function RootLayout({
|
||||||
|
|
Loading…
Reference in New Issue