Skip to content

Commit b1e9842

Browse files
committed
feat: Update application title, icon, and remove traeBadge plugin
1 parent b8b347d commit b1e9842

File tree

3 files changed

+33
-13
lines changed

3 files changed

+33
-13
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="UTF-8" />
55
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>My React App</title>
7+
<title>Speech Separation Survey</title>
88
<script type="module">
99
if (import.meta.hot?.on) {
1010
import.meta.hot.on('vite:error', (error) => {

public/favicon.svg

Lines changed: 23 additions & 3 deletions
Loading

vite.config.ts

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ export default defineConfig({
1717
],
1818
},
1919
}),
20-
traeBadgePlugin({
21-
variant: 'dark',
22-
position: 'bottom-right',
23-
prodOnly: true,
24-
clickable: true,
25-
clickUrl: 'https://www.trae.ai/solo?showJoin=1',
26-
autoTheme: true,
27-
autoThemeTarget: '#root'
28-
}),
20+
// traeBadgePlugin({
21+
// variant: 'dark',
22+
// position: 'bottom-right',
23+
// prodOnly: true,
24+
// clickable: true,
25+
// clickUrl: 'https://www.trae.ai/solo?showJoin=1',
26+
// autoTheme: true,
27+
// autoThemeTarget: '#root'
28+
// }),
2929
tsconfigPaths()
3030
],
3131
})

0 commit comments

Comments
 (0)