diff options
author | Jakub Hampl <kopomir@gmail.com> | 2019-02-14 15:29:24 +0000 |
---|---|---|
committer | Jakub Hampl <kopomir@gmail.com> | 2019-02-14 15:29:24 +0000 |
commit | 31ac2f60ad79df6f5c9e966aed921f805545c3e3 (patch) | |
tree | 963d6216d51d7f77262933bdef89489d2a25ea23 /docs/style-generator/index.html | |
parent | 6bd5f8ccbd8c44c3311ef36b0e2de9ede4fa71ed (diff) |
Fixes wrong deployment path
Diffstat (limited to 'docs/style-generator/index.html')
-rw-r--r-- | docs/style-generator/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/style-generator/index.html b/docs/style-generator/index.html index c3638e1..6b28656 100644 --- a/docs/style-generator/index.html +++ b/docs/style-generator/index.html @@ -1 +1 @@ -<!DOCTYPE html><html lang="en" dir="ltr"> <head> <meta charset="utf-8"> <title>Mapbox Style to Elm</title> <link rel="stylesheet" href="/style-generator.90798390.css"></head> <body> <script src="/style-generator.e65d4760.js"></script> </body> </html>
\ No newline at end of file +<!DOCTYPE html><html lang="en" dir="ltr"> <head> <meta charset="utf-8"> <title>Mapbox Style to Elm</title> <link rel="stylesheet" href="style-generator.90798390.css"></head> <body> <script src="style-generator.e65d4760.js"></script> </body> </html>
\ No newline at end of file |