We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46cac32 commit fc81627Copy full SHA for fc81627
ui-blocks/next.config.mjs
@@ -1,8 +1,12 @@
1
/** @type {import('next').NextConfig} */
2
const nextConfig = {
3
- basePath: '/react/essential-ui-kit/blocks',
+ basePath: '',
4
async rewrites() {
5
return [
6
+ {
7
+ source: "/react/essential-ui-kit/blocks/assets/:path*",
8
+ destination: "/assets/:path*", // Preserve everything after "assets/"
9
+ },
10
{
11
source: '/:path*',
12
destination: '/blocks-section/:path*',
0 commit comments