Skip to content

Commit

Permalink
update menu
Browse files Browse the repository at this point in the history
  • Loading branch information
Linh Nguyen committed Jun 14, 2024
1 parent 507ac1c commit 4eb878a
Show file tree
Hide file tree
Showing 7 changed files with 3,115 additions and 4,822 deletions.
4 changes: 2 additions & 2 deletions next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
* @type {import('next').NextConfig}
*/
const nextConfig = {
basePath: "/admin-one-react-tailwind",
basePath: "",
async redirects() {
return [
{
source: '/',
destination: '/admin-one-react-tailwind',
destination: '/dashboard',
basePath: false,
permanent: false
}
Expand Down
Loading

0 comments on commit 4eb878a

Please sign in to comment.