Brycord v1.0.35

This commit is contained in:
Bryan1029384756
2026-02-21 16:49:09 -06:00
parent 40210672e3
commit ef2b538a7c
10 changed files with 16 additions and 16 deletions

View File

@@ -8,9 +8,9 @@
<meta name="description" content="A Discord clone with voice, video, and text chat" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta name="apple-mobile-web-app-title" content="Discord Clone" />
<meta name="apple-mobile-web-app-title" content="Brycord" />
<link rel="apple-touch-icon" href="/apple-touch-icon.png" />
<title>Discord Clone</title>
<title>Brycord</title>
</head>
<body>
<script>

View File

@@ -1,7 +1,7 @@
{
"name": "@discord-clone/web",
"private": true,
"version": "1.0.34",
"version": "1.0.35",
"type": "module",
"scripts": {
"dev": "vite",

View File

@@ -9,8 +9,8 @@ export default defineConfig({
VitePWA({
registerType: 'autoUpdate',
manifest: {
name: 'Discord Clone',
short_name: 'Discord Clone',
name: 'Brycord',
short_name: 'Brycord',
description: 'A Discord clone with voice, video, and text chat',
theme_color: '#1e1f22',
background_color: '#1e1f22',