12 lines
No EOL
216 B
TypeScript
12 lines
No EOL
216 B
TypeScript
import {
|
|
defineConfig,
|
|
minimal2023Preset as preset
|
|
} from '@vite-pwa/assets-generator/config'
|
|
|
|
export default defineConfig({
|
|
headLinkOptions: {
|
|
preset: '2023'
|
|
},
|
|
preset,
|
|
images: ['public/logo.svg']
|
|
}) |