refactor: add favicon #7
This commit is contained in:
parent
c16de9373b
commit
3d41f6ac1a
BIN
public/favicon.png
Normal file
BIN
public/favicon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 35 KiB |
@ -1,6 +1,13 @@
|
|||||||
|
const path = require('node:path');
|
||||||
|
|
||||||
const { createConfig } = require('ksv741-react-scripts');
|
const { createConfig } = require('ksv741-react-scripts');
|
||||||
|
|
||||||
module.exports = (env) => createConfig({
|
module.exports = (env) => createConfig({
|
||||||
analyze: env?.analyze,
|
analyze: env?.analyze,
|
||||||
mode: env?.mode,
|
mode: env?.mode,
|
||||||
|
plugins: {
|
||||||
|
htmlWebpackPlugin: {
|
||||||
|
favicon: path.resolve(__dirname, 'public', 'favicon.png'),
|
||||||
|
},
|
||||||
|
},
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user