Skip to content

Commit

Permalink
Merge pull request #8 from sleipner01/main
Browse files Browse the repository at this point in the history
fix: baseurl
  • Loading branch information
sleipner01 authored Dec 13, 2023
2 parents c407d57 + 9ae62eb commit 7c29b6f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/routes.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,4 @@ export const Router = createBrowserRouter(
</Route>
</>,
),
{ basename: '/project1' },
);
1 change: 0 additions & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,4 @@ export default defineConfig({
reporter: ['text', 'json', 'html'],
},
},
base: '/project1',
});

0 comments on commit 7c29b6f

Please sign in to comment.