Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 06e51d2

Browse files
Merge pull request #6 from alansangeeths/master
updated rewrite url
2 parents 46cac32 + 62fbc1c commit 06e51d2

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

‎ui-blocks/next.config.mjs‎

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
/** @type {import('next').NextConfig} */
22
const nextConfig = {
3-
basePath: '/react/essential-ui-kit/blocks',
3+
basePath: '',
44
async rewrites() {
55
return [
6+
{
7+
source: "/react/essential-ui-kit/blocks/assets/:path*",
8+
destination: "/assets/:path*",
9+
},
610
{
711
source: '/:path*',
812
destination: '/blocks-section/:path*',

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /