Skip to content

Commit

Permalink
feat: change start_url
Browse files Browse the repository at this point in the history
  • Loading branch information
abdullathedruid committed Dec 2, 2024
1 parent 452deed commit 27f6c39
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions lib/gym_live_web/controllers/frame_html.ex
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,4 @@ defmodule GymLiveWeb.FrameHTML do
use GymLiveWeb, :html

embed_templates "frame_html/*"

def relative_path(path) do
"https://b291-2a02-6b6f-ea54-9900-895a-e62e-9f84-d485.ngrok-free.app#{path}"
end
end
2 changes: 1 addition & 1 deletion priv/static/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "GymLive",
"short_name": "GymLive",
"description": "Track your workouts and progress in real-time",
"start_url": "/",
"start_url": "/workouts",
"scope": "/",
"display": "standalone",
"orientation": "portrait",
Expand Down

0 comments on commit 27f6c39

Please sign in to comment.