Skip to content
This repository has been archived by the owner on Mar 26, 2023. It is now read-only.

Commit

Permalink
Fix manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
dyakovri committed Feb 17, 2023
1 parent b256556 commit ad54736
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@profcomff/devtools-webapp": "http://localhost:9005/js/app.js",
"@profcomff/local": "http://localhost:8080/js/app.js",
"@profcomff/toolbar-element": "http://localhost:9004/js/app.js",
"@profcomff/auth": "http://localhost:9006/js/app.js"
"@profcomff/auth-webapp": "http://localhost:9006/js/app.js"
}
}
<% } %>
Expand Down
3 changes: 2 additions & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,8 @@ module.exports = (webpackConfigEnv, argv) => {
},
],
ios: true,
publicPath: '/timetable',
publicPath: '/',
start_url: '/timetable',
}),
...nonlocal_plugins,
],
Expand Down

0 comments on commit ad54736

Please sign in to comment.