Skip to content

Commit

Permalink
fix relative dist path
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewharvey committed Sep 9, 2019
1 parent ae0dda4 commit bb15b13
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# mapbox-directions-playground

https://alantgeo.github.io/mapbox-directions-playground/dist/index.html?access_token=MAPBOX_ACCESS_TOKEN

## Project setup
```
yarn install
Expand Down
2 changes: 1 addition & 1 deletion dist/index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!DOCTYPE html><html lang=en><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><meta name=viewport content="width=device-width,initial-scale=1"><link rel=icon href=/favicon.ico><title>mapbox-directions-playground</title><link rel=stylesheet href="https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900"><link rel=stylesheet href="https://fonts.googleapis.com/css?family=Material+Icons"><link href=/css/app.594c68c3.css rel=preload as=style><link href=/css/chunk-vendors.a3ab6534.css rel=preload as=style><link href=/js/app.c07476cb.js rel=preload as=script><link href=/js/chunk-vendors.7c22538b.js rel=preload as=script><link href=/css/chunk-vendors.a3ab6534.css rel=stylesheet><link href=/css/app.594c68c3.css rel=stylesheet></head><body><noscript><strong>We're sorry but mapbox-directions-playground doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id=app></div><script src=/js/chunk-vendors.7c22538b.js></script><script src=/js/app.c07476cb.js></script></body></html>
<!DOCTYPE html><html lang=en><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><meta name=viewport content="width=device-width,initial-scale=1"><link rel=icon href=favicon.ico><title>mapbox-directions-playground</title><link rel=stylesheet href="https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900"><link rel=stylesheet href="https://fonts.googleapis.com/css?family=Material+Icons"><link href=css/app.594c68c3.css rel=preload as=style><link href=css/chunk-vendors.a3ab6534.css rel=preload as=style><link href=js/app.42ce6bc9.js rel=preload as=script><link href=js/chunk-vendors.7c22538b.js rel=preload as=script><link href=css/chunk-vendors.a3ab6534.css rel=stylesheet><link href=css/app.594c68c3.css rel=stylesheet></head><body><noscript><strong>We're sorry but mapbox-directions-playground doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id=app></div><script src=js/chunk-vendors.7c22538b.js></script><script src=js/app.42ce6bc9.js></script></body></html>
2 changes: 0 additions & 2 deletions dist/js/app.c07476cb.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/js/app.c07476cb.js.map

This file was deleted.

3 changes: 3 additions & 0 deletions vue.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module.exports = {
publicPath: ''
}

0 comments on commit bb15b13

Please sign in to comment.