Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@ Please notice that in macOS `''` must be added after `-i` in each sed command, e
When you have the static assets available please remember to update, in both the script and its sourcemap, the following
lines:

| File | Line | Key |
| - | - | - |
| main-v1.js | 3 | `sourceMappingURL` |
| main-v1.js.map | 1 | `file` |
| File | Line | Key | Value (example) |
| - | - | - | - |
| main-v1.js | 23 | `sourceMappingURL` | `/traefiklabs-hub-button-app/main-v1.js.map` |
| main-v1.js.map | 1 | `file` | `/traefiklabs-hub-button-app/main-v1.js` |

### Deployment URLs

Expand Down