Skip to content

Commit

Permalink
Try localhost navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
Erudition committed Sep 18, 2023
1 parent 1f2390c commit 7e379f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion capacitor.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const config: CapacitorConfig = {
appName: 'Minder',
webDir: 'dist',
server: {
allowNavigation: ["erudition.github.io"],
allowNavigation: ["erudition.github.io", "localhost"],
url: "https://erudition.github.io/minder-preview/Erudition/Minder/branch/master/",
hostname: 'localhost',
androidScheme: 'https',
Expand Down
2 changes: 1 addition & 1 deletion elm/Main.elm
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@ globalLayout model replica innerStuff =
]
, menuItemHref "Test Marvin Sync" "sync-outline" "?sync=marvin"
, menuItemHref "Reload App" "sync-outline" "index.html"
, menuItemHref "Installed branch" "sync-outline" "https://localhost/"
, menuItemHref "Installed branch" "sync-outline" "https://localhost/index.html"
, menuItemHref "Master branch" "sync-outline" "https://erudition.github.io/minder-preview/Erudition/Minder/branch/master/"
, Ion.Item.item [ Ion.Item.button, HE.onClick ClearPreferences, Ion.Item.detail False ]
[ Ion.Item.label [] [ H.text "Switch Account" ]
Expand Down

0 comments on commit 7e379f3

Please sign in to comment.