mirror of
https://github.com/FranP-code/Reflecto.git
synced 2025-10-13 00:43:31 +00:00
13 lines
214 B
TypeScript
13 lines
214 B
TypeScript
import {
|
|
defineConfig,
|
|
minimal2023Preset as preset,
|
|
} from "@vite-pwa/assets-generator/config";
|
|
|
|
export default defineConfig({
|
|
headLinkOptions: {
|
|
preset: "2023",
|
|
},
|
|
preset,
|
|
images: ["public/logo.png"],
|
|
});
|