Skip to content

Commit e837771

Browse files
pwa assets
1 parent e2ceee3 commit e837771

9 files changed

Lines changed: 4 additions & 4 deletions
233 KB
Loading
-2.33 KB
Loading

client/public/images/favicon.ico

-652 Bytes
Binary file not shown.
-15.3 KB
Loading
-5.35 KB
Loading
-25.8 KB
Loading

client/public/images/pwa-64x64.png

-769 Bytes
Loading

client/pwa-assets.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ import { defineConfig, minimal2023Preset } from "@vite-pwa/assets-generator/conf
22

33
export default defineConfig({
44
preset: minimal2023Preset,
5-
images: ["public/images/oroborus.png"],
5+
images: ["public/images/Eternum-Mark-Black.png"],
66
});

client/vite.config.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ export default defineConfig({
2626
manifest: {
2727
name: "Eternum",
2828
short_name: "Eternum",
29-
description: "Rule the Hex",
30-
theme_color: "#000000",
31-
background_color: "#000000",
29+
description: "Glory awaits for those who rule the Hex",
30+
theme_color: "#F6C297",
31+
background_color: "#F6C297",
3232
display: "standalone",
3333
orientation: "landscape",
3434
scope: "/",

0 commit comments

Comments
 (0)