diff --git a/compute-js/fastly.toml b/compute-js/fastly.toml index 289a939..d18cca1 100644 --- a/compute-js/fastly.toml +++ b/compute-js/fastly.toml @@ -2,7 +2,7 @@ # https://www.fastly.com/documentation/reference/compute/fastly-toml authors = ["you@example.com"] -description = "diVine video app for Nostr" +description = "Divine video app for Nostr" language = "javascript" manifest_version = 3 name = "divine-web" diff --git a/vite.config.ts b/vite.config.ts index e566b86..f695ed4 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -81,8 +81,8 @@ VitePWA({ 'browserconfig.xml' ], manifest: { - name: 'diVine Web - Short-form Looping Videos', - short_name: 'diVine', + name: 'Divine Web - Short-form Looping Videos', + short_name: 'Divine', description: 'Watch and share 6-second looping videos on the decentralized Nostr network.', theme_color: '#27C58B', background_color: '#09090b',