try to build images
This commit is contained in:
parent
d564905123
commit
8fb0807696
@ -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({
|
||||||
|
Loading…
Reference in New Issue
Block a user