Skip to content

Commit c80ddba

Browse files
author
Mackenzie Browne
committed
metadata
1 parent 0d3cc18 commit c80ddba

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
"scripts": {
2727
"start": "react-scripts start",
2828
"build": "react-scripts build",
29+
"deploy": "yarn build && firebase deploy",
2930
"test": "react-scripts test",
3031
"eject": "react-scripts eject"
3132
},

public/index.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<meta name="theme-color" content="#000000" />
88
<meta
99
name="description"
10-
content="Web site created using create-react-app"
10+
content="Mackenzie Browne - Fullstack Developer - Portfolio."
1111
/>
1212
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
1313
<!--
@@ -27,7 +27,10 @@
2727
<title>React App</title>
2828
</head>
2929
<body>
30-
<noscript>You need to enable JavaScript to run this app.</noscript>
30+
<noscript
31+
>You need to enable JavaScript to run this app. I wrote my resume with
32+
react LOL.</noscript
33+
>
3134
<div id="root"></div>
3235
<!--
3336
This HTML file is a template.

public/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"short_name": "React App",
3-
"name": "Create React App Sample",
2+
"short_name": "Mackenzie Browne",
3+
"name": "Mackenzie Browne - Fullstack Developer - Portfolio",
44
"icons": [
55
{
66
"src": "favicon.ico",

0 commit comments

Comments
 (0)