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 e096ab9 commit 9126b15Copy full SHA for 9126b15
packages/actions-app/remix.config.js
@@ -11,7 +11,7 @@ const basePath = process.env.ACTIONS_BASE_URL || '/admin';
11
module.exports = {
12
cacheDirectory: './node_modules/.cache/remix',
13
ignoredRouteFiles: ['**/.*', '**/*.css', '**/*.test.{js,jsx,ts,tsx}'],
14
- publicPath: `/${basePath}/build/`,
+ publicPath: `${basePath}/build/`,
15
routes: () => {
16
return mountRoutes(basePath, 'routes');
17
},
0 commit comments