change name and favicon
parent
6f37ca843b
commit
25945b6b81
|
@ -2,7 +2,7 @@
|
|||
"name": "reverse-proxy-frontend",
|
||||
"version": "1.0.0",
|
||||
"private": true,
|
||||
"description": "React and Redux Pluralsight course by Cory House",
|
||||
"description": "Reverse proxy frontend application",
|
||||
"scripts": {
|
||||
"start": "run-p start:dev start:api",
|
||||
"start:dev": "webpack-dev-server --config webpack.config.dev.js --port 3000",
|
||||
|
|
BIN
src/favicon.ico
BIN
src/favicon.ico
Binary file not shown.
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 169 KiB |
|
@ -2,7 +2,7 @@
|
|||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<title>Pluralsight Redux</title>
|
||||
<title>Reverse proxy</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
|
Loading…
Reference in New Issue