File tree Expand file tree Collapse file tree 3 files changed +1
-4
lines changed Expand file tree Collapse file tree 3 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 55  "type" : " module"  ,
66  "scripts" : {
77    "dev" : " vite"  ,
8-     "predeploy" : " npm run build"  ,
9-     "deploy" : " gh-pages -d dist"  ,
108    "build" : " tsc -b && vite build"  ,
119    "lint" : " eslint ."  ,
1210    "preview" : " vite preview" 
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import "bootstrap/dist/css/bootstrap.min.css";
77
88createRoot ( document . getElementById ( "root" ) ! ) . render ( 
99  < React . StrictMode > 
10-     < BrowserRouter   basename = "/algorithm-visualizer" > 
10+     < BrowserRouter > 
1111      < App  /> 
1212    </ BrowserRouter > 
1313  </ React . StrictMode > 
Original file line number Diff line number Diff line change @@ -5,5 +5,4 @@ import tailwindcss from "@tailwindcss/vite";
55// https://vite.dev/config/ 
66export  default  defineConfig ( { 
77  plugins : [ react ( ) ,  tailwindcss ( ) ] , 
8-   base : "/algorithm-visualizer" , 
98} ) ; 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments