mirror of
https://github.com/fmhy/edit.git
synced 2026-02-19 17:51:17 +11:00
fix things
This commit is contained in:
parent
b31db5fd5e
commit
1e17d03254
2 changed files with 14 additions and 14 deletions
|
|
@ -37,9 +37,9 @@ export default defineConfig({
|
|||
["link", { rel: "apple-touch-icon", href: "/test.png", sizes: "192x192" }],
|
||||
],
|
||||
transformHead: async (context) => generateMeta(context, meta.hostname),
|
||||
buildEnd: async (context) => {
|
||||
generateImages(context);
|
||||
},
|
||||
// buildEnd: async (context) => {
|
||||
// generateImages(context);
|
||||
// },
|
||||
vite: {
|
||||
plugins: [
|
||||
UnoCSS({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue