File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 1616 } ) ( ) ;
1717 </ script >
1818 < meta charset ="utf-8 " />
19- < link rel ="icon " href ="<%=assetPrefix%>/static/favicon.png " />
2019 < meta name ="viewport " content ="width=device-width, initial-scale=1 " />
2120 < meta name ="theme-color " content ="#000000 " />
2221 < meta name ="YDB Monitoring " />
Original file line number Diff line number Diff line change @@ -79,7 +79,9 @@ export default defineConfig({
7979 distPath : {
8080 root : './build' ,
8181 // YDB server that serves static files expects fonts to be in media folder
82+ // and favicon in static folder
8283 font : 'static/media' ,
84+ favicon : 'static' ,
8385 } ,
8486 assetPrefix : 'auto' ,
8587 sourceMap : {
@@ -90,6 +92,7 @@ export default defineConfig({
9092 } ,
9193 html : {
9294 template : './public/index.html' ,
95+ favicon : './public/static/favicon.png' ,
9396 } ,
9497 tools : {
9598 rspack ( config , { appendPlugins} ) {
You can’t perform that action at this time.
0 commit comments