[READ-ONLY] a fast, modern browser for the npm registry
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 6 lines 228 B view raw
1import { defineConfig, minimal2023Preset } from '@vite-pwa/assets-generator/config' 2 3export default defineConfig({ 4 preset: minimal2023Preset, 5 images: ['public/logo.svg', 'public-dev/logo.svg', 'public-staging/logo.svg'], 6})