mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-09 05:39:12 +00:00
Load static assets from Khoj server in dev environment
This commit is contained in:
@@ -14,6 +14,10 @@ const nextConfig = {
|
|||||||
source: '/auth/:path*',
|
source: '/auth/:path*',
|
||||||
destination: 'http://localhost:42110/auth/:path*',
|
destination: 'http://localhost:42110/auth/:path*',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
source: '/static/:path*',
|
||||||
|
destination: 'http://localhost:42110/static/:path*',
|
||||||
|
},
|
||||||
];
|
];
|
||||||
},
|
},
|
||||||
trailingSlash: true,
|
trailingSlash: true,
|
||||||
|
|||||||
Reference in New Issue
Block a user