mirror of
https://github.com/seigler/drawing-prompt
synced 2025-07-25 08:46:12 +00:00
12 lines
239 B
TypeScript
12 lines
239 B
TypeScript
import {
|
|
defineConfig,
|
|
minimal2023Preset as preset,
|
|
} from '@vite-pwa/assets-generator/config'
|
|
|
|
export default defineConfig({
|
|
headLinkOptions: {
|
|
preset: '2023',
|
|
},
|
|
preset,
|
|
images: ['public/favicon.svg'],
|
|
})
|