Skip to content

Commit

Permalink
Revert website deployment
Browse files Browse the repository at this point in the history
This commit reverts the website to a previous state before the recent deployment that caused the page to go white. All changes made in the last deployment have been undone to restore functionality.
[skip gpt_engineer]
  • Loading branch information
lovable-dev[bot] committed Sep 28, 2024
1 parent afe4242 commit 0e2dd65
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
<script src="/.gpt_engineer/index.js" type="module"></script>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>
</html>
4 changes: 2 additions & 2 deletions src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ const App = () => {
<QueryClientProvider client={queryClient}>
<TooltipProvider>
<Toaster />
<BrowserRouter basename="/freakpay-gambleverse">
<BrowserRouter>
<div className="flex h-screen bg-[#1a1b2e]">
{user && <Sidebar />}
<div className="flex flex-col flex-1">
Expand All @@ -101,4 +101,4 @@ const App = () => {
);
};

export default App;
export default App;
2 changes: 1 addition & 1 deletion src/main.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ import "./index.css";

ReactDOM.createRoot(document.getElementById("root")).render(
<App />
);
);

0 comments on commit 0e2dd65

Please sign in to comment.