Skip to content

Commit

Permalink
Drop APP_BASE_PATH workaround for AssetMapper
Browse files Browse the repository at this point in the history
which now seems, somehow, unnecessary
  • Loading branch information
ogizanagi committed Dec 8, 2023
1 parent 3c9d921 commit eea07ef
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ jobs:
APP_ENV: prod
# Replace with your GH Pages URL:
ROUTER_DEFAULT_URI: https://${{ github.repository_owner }}.github.io/${{ github.event.repository.name }}
APP_BASE_PATH: /${{ github.event.repository.name }}

# https://github.com/marketplace/actions/deploy-to-github-pages
- name: '🚀 Deploy'
Expand Down
6 changes: 0 additions & 6 deletions config/packages/asset_mapper.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
parameters:
env(APP_BASE_PATH): '/'

framework:
asset_mapper:
# The paths to make available to the asset mapper.
paths:
- assets/

assets:
base_path: '%env(string:APP_BASE_PATH)%'

0 comments on commit eea07ef

Please sign in to comment.