Skip to content

Commit

Permalink
Merge pull request #6093 from unoplatform/dev/jela/deep-linking
Browse files Browse the repository at this point in the history
fix: Use absolute path resolution for AppManifest
  • Loading branch information
jeromelaban authored May 28, 2021
2 parents fc12fb1 + 51c70bb commit bd29e03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Uno.UI/ts/WindowManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2033,7 +2033,7 @@ namespace Uno.UI {

if (typeof define === "function") {
define(
[`${config.uno_app_base}/AppManifest`],
[`./AppManifest.js`],
() => {
}
);
Expand Down

0 comments on commit bd29e03

Please sign in to comment.