File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,9 @@ const nextConfig: NextConfig = {
44    output : 'export' , 
55    basePath : '/tab-samurai' , 
66    assetPrefix : '/tab-samurai/' , 
7+     images : { 
8+         unoptimized : true , 
9+     } , 
710} ; 
811
912export  default  nextConfig ; 
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ export const Hero = () => {
5050                    component = { NextLink } 
5151                    href = 'https://chromewebstore.google.com/' 
5252                    sx = { {  display : 'flex' ,  gap : '10px'  } } > 
53-                     < Image  src = './chrome_webstore.jpg'  loading = 'eager'  alt = 'Chrome WebStore logo'  width = { 20 }  height = { 20 }  /> 
53+                     < Image  src = './chrome_webstore.jpg'  loading = 'eager'  alt = 'Chrome WebStore logo'  width = { 20 }  height = { 20 }  unoptimized   /> 
5454                    Install on the Chrome WebStore
5555                </ Button > 
5656
@@ -62,7 +62,7 @@ export const Hero = () => {
6262                    component = { NextLink } 
6363                    href = 'https://github.com/mstephen19/tab-samurai' 
6464                    sx = { {  display : 'flex' ,  gap : '10px'  } } > 
65-                     < Image  src = './github.svg'  loading = 'eager'  alt = 'Chrome WebStore logo'  width = { 20 }  height = { 20 }  /> 
65+                     < Image  src = './github.svg'  loading = 'eager'  alt = 'Chrome WebStore logo'  width = { 20 }  height = { 20 }  unoptimized   /> 
6666                    See on Github
6767                </ Button > 
6868            </ Box > 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments