File tree Expand file tree Collapse file tree 3 files changed +33
-13
lines changed
Expand file tree Collapse file tree 3 files changed +33
-13
lines changed Original file line number Diff line number Diff line change 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 ) => {
Original file line number Diff line number Diff 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} )
You can’t perform that action at this time.
0 commit comments