File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ import Skills from "./Components/Skill/Skill.jsx";
1717import Portfolio from "./Components/portfolio/Portfolio.jsx" ;
1818import Services from "./Components/Services/Services.jsx" ;
1919import Footer from "./Components/footer/Footer.jsx" ;
20- import PWAInstallPrompt from './components /PWAInstallPrompt' ;
20+ import PWAInstallPrompt from './Components /PWAInstallPrompt.jsx ' ;
2121import './global.css'
2222import { useTranslation } from "react-i18next" ;
2323import { ThemeProvider , useTheme } from './Components/Menu/Context' ;
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ export default defineConfig({
7575 }
7676 } )
7777 ] ,
78- base : '/whoami/' ,
78+ base : process . env . VERCEL ? '/' : '/whoami/' ,
7979 build : {
8080 outDir : 'dist' ,
8181 assetsDir : 'assets' ,
You can’t perform that action at this time.
0 commit comments