mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-02 21:19: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*',
|
||||
destination: 'http://localhost:42110/auth/:path*',
|
||||
},
|
||||
{
|
||||
source: '/static/:path*',
|
||||
destination: 'http://localhost:42110/static/:path*',
|
||||
},
|
||||
];
|
||||
},
|
||||
trailingSlash: true,
|
||||
|
||||
Reference in New Issue
Block a user