We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 755da21 commit ce54a15Copy full SHA for ce54a15
docs/sourcemaps.rst
@@ -203,6 +203,11 @@ automatically prefixed with a URL or your choice::
203
2da95dfb052f477380608d59d32b4ab9 upload-sourcemaps --url-prefix \
204
https://mydomain.invalid/static /path/to/assets
205
206
+.. admonition:: Assets Accessible at Multiple Origins
207
+
208
+ If you leave out the ``--url-prefix`` parameter the paths will be
209
+ prefixed with ``~/`` automatically to support multi origin behavior.
210
211
All files that end with `.js` and `.map` below `/path/to/assets` are
212
automatically uploaded to the release `2da95dfb052f477380608d59d32b4ab9`
213
in this case. If you want to use other extensions you can provide it with
0 commit comments