pl-fe: Add favicon

Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
marcin mikołajczak 2024-10-22 23:31:03 +02:00
parent e1165f23a0
commit 9cb5e96d3b
2 changed files with 3 additions and 0 deletions

BIN
packages/pl-fe/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 66 KiB

View file

@ -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: '.',