Merge pull request #1262 from thorduri/master
website: Don't use a real domain in examples.
This commit is contained in:
commit
48ff225dab
|
@ -81,7 +81,7 @@ compressed then uploaded, but the compressed result is not kept.
|
||||||
"post-processors": [
|
"post-processors": [
|
||||||
[
|
[
|
||||||
"compress",
|
"compress",
|
||||||
{ "type": "upload", "endpoint": "http://fake.com" }
|
{ "type": "upload", "endpoint": "http://example.com" }
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue