Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion compute-js/fastly.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
Loading