mirror of
https://github.com/Sonny93/my-links.git
synced 2025-12-08 14:43:24 +00:00
14 lines
261 B
TypeScript
14 lines
261 B
TypeScript
/* eslint-disable @unicorn/filename-case */
|
|
import {
|
|
defineConfig,
|
|
minimal2023Preset as preset,
|
|
} from '@vite-pwa/assets-generator/config';
|
|
|
|
export default defineConfig({
|
|
headLinkOptions: {
|
|
preset: '2023',
|
|
},
|
|
preset,
|
|
images: ['public/favicon.png'],
|
|
});
|