Skip to content

Commit

Permalink
fix: nextjs basePath config (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
yanggggjie committed Feb 24, 2024
1 parent 67bd93f commit ee23f73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion next.config.mjs
Expand Up @@ -12,7 +12,7 @@ const nextConfig = {
*
* @see https://nextjs.org/docs/app/api-reference/next-config-js/basePath
*/
basePath: "/casbin-editor",
basePath: "",

/**
* Disable server-based image optimization. Next.js does not support
Expand Down

0 comments on commit ee23f73

Please sign in to comment.