Skip to content

Commit 75d64dd

Browse files
committed
🔧 移除 PWA 配置中的图标设置
1 parent 7f8be18 commit 75d64dd

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

astro.config.ts

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1094,19 +1094,7 @@ export default defineConfig({
10941094
short_name: "Cubic Wiki",
10951095
display: "standalone",
10961096
theme_color: "#2196f3",
1097-
background_color: "#424242",
1098-
icons: [
1099-
{
1100-
src: "/icons/book-192.png",
1101-
sizes: "192x192",
1102-
type: "image/png"
1103-
},
1104-
{
1105-
src: "/icons/book-512.png",
1106-
sizes: "512x512",
1107-
type: "image/png"
1108-
}
1109-
]
1097+
background_color: "#424242"
11101098
}
11111099
}),
11121100
mermaid({

0 commit comments

Comments
 (0)