build: rebuild
BIN
public/icons/android-chrome-192x192.png
Normal file
After Width: | Height: | Size: 9.8 KiB |
BIN
public/icons/android-chrome-512x512.png
Normal file
After Width: | Height: | Size: 20 KiB |
BIN
public/icons/android-chrome-maskable-192x192.png
Normal file
After Width: | Height: | Size: 9.8 KiB |
BIN
public/icons/android-chrome-maskable-512x512.png
Normal file
After Width: | Height: | Size: 20 KiB |
BIN
public/icons/apple-touch-icon-152x152.png
Normal file
After Width: | Height: | Size: 7.2 KiB |
BIN
public/icons/favicon-16x16.png
Normal file
After Width: | Height: | Size: 565 B |
BIN
public/icons/favicon-32x32.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
@ -5,6 +5,7 @@ import vue from '@vitejs/plugin-vue'
|
|||||||
|
|
||||||
// https://vitejs.dev/config/
|
// https://vitejs.dev/config/
|
||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
|
base: './',
|
||||||
plugins: [
|
plugins: [
|
||||||
vue(),
|
vue(),
|
||||||
],
|
],
|
||||||
|