pl-fe: Add favicon
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
parent
e1165f23a0
commit
9cb5e96d3b
2 changed files with 3 additions and 0 deletions
BIN
packages/pl-fe/favicon.ico
Normal file
BIN
packages/pl-fe/favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 66 KiB |
|
@ -130,6 +130,9 @@ const config = defineConfig(({ command }) => ({
|
|||
targets: [{
|
||||
src: './node_modules/@twemoji/svg/*',
|
||||
dest: 'packs/emoji/',
|
||||
}, {
|
||||
src: './favicon.ico',
|
||||
dest: '.',
|
||||
}, {
|
||||
src: './src/instance',
|
||||
dest: '.',
|
||||
|
|
Loading…
Reference in a new issue