Skip to content

Commit

Permalink
update favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
NickJ202 committed Feb 1, 2024
1 parent c475c4b commit bd8a7bc
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 15 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"author": "",
"license": "ISC",
"scripts": {
"start": "NODE_ENV=development webpack serve --port 3011",
"start": "NODE_ENV=development webpack serve --port 3000",
"format": "eslint --fix . && npx prettier --write .",
"test": "npm test",
"test:verbose": "npm test -- --verbose",
Expand Down
Binary file removed public/favicon.ico
Binary file not shown.
16 changes: 3 additions & 13 deletions public/favicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ module.exports = {
},
hot: true,
historyApiFallback: true,
port: 3011,
port: 3000,
open: false,
compress: true,
client: {
Expand Down

0 comments on commit bd8a7bc

Please sign in to comment.