Initial commit

This commit is contained in:
michey 2021-04-24 12:41:12 +03:00
parent 7e2d465e05
commit 343aa2078e
No known key found for this signature in database
GPG Key ID: 7D4BF433F4970657
2 changed files with 3 additions and 2 deletions

View File

@ -4,6 +4,7 @@
"private": true,
"scripts": {
"dev": "next dev",
"export": "next build && next export",
"build": "next build",
"start": "next start"
},
@ -12,4 +13,4 @@
"react": "17.0.1",
"react-dom": "17.0.1"
}
}
}

View File

@ -4,7 +4,7 @@ export default function Home() {
return (
<div className="container">
<Head>
<title>Create Next App</title>
<title>Lol pep kek</title>
<link rel="icon" href="/favicon.ico" />
</Head>