Skip to content

Commit 059bbd7

Browse files
Fix: Blank site on Netlify
The site deploys successfully, but the Netlify link shows a blank page. This commit addresses the issue.
1 parent 6d2e7ec commit 059bbd7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

public/_redirects

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/* /index.html 200

src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ function App() {
2424
<TooltipProvider>
2525
<Toaster />
2626
<Sonner />
27-
<BrowserRouter basename="/MigrateToCloudHosting">
27+
<BrowserRouter>
2828
<Routes>
2929
<Route path="/" element={<Index />} />
3030
<Route path="/calculator" element={<CalculatorPage />} />

0 commit comments

Comments
 (0)