Skip to content

Commit

Permalink
#35 Fix url prefix format
Browse files Browse the repository at this point in the history
  • Loading branch information
danielemery committed Sep 29, 2023
1 parent c39977d commit c68f899
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,4 +158,4 @@ jobs:
environment: ${{ steps.version.outputs.is_stable == 'true' && 'prod' || 'stg' }}
sourcemaps: ./dist
version: ${{ steps.version.outputs.full }}
urlPrefix: '/app'
url_prefix: '/app'

0 comments on commit c68f899

Please sign in to comment.