try to build images

This commit is contained in:
taskylizard 2023-11-12 19:45:32 +05:30
parent d564905123
commit 8fb0807696
No known key found for this signature in database
GPG Key ID: 5CABA3D642DDC497

View File

@ -37,9 +37,9 @@ export default defineConfig({
["link", { rel: "apple-touch-icon", href: "/test.png", sizes: "192x192" }], ["link", { rel: "apple-touch-icon", href: "/test.png", sizes: "192x192" }],
], ],
transformHead: async (context) => generateMeta(context, meta.hostname), transformHead: async (context) => generateMeta(context, meta.hostname),
// buildEnd: async (context) => { buildEnd: async (context) => {
// generateImages(context); generateImages(context);
// }, },
vite: { vite: {
plugins: [ plugins: [
UnoCSS({ UnoCSS({