We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f8be18 commit 75d64ddCopy full SHA for 75d64dd
astro.config.ts
@@ -1094,19 +1094,7 @@ export default defineConfig({
1094
short_name: "Cubic Wiki",
1095
display: "standalone",
1096
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
1108
- }
1109
- ]
+ background_color: "#424242"
1110
}
1111
}),
1112
mermaid({
0 commit comments