File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -167,6 +167,7 @@ Nginx](https://github.com/havardf/locationforecast-tutorial).
167167
168168## See also
169169
170- < https://daveceddia.com/access-control-allow-origin-cors-errors-in-react-express/ >
171-
172- < https://stackoverflow.com/questions/10636611/how-does-access-control-allow-origin-header-work >
170+ - < https://developer.mozilla.org/en-US/docs/Web/HTTP/Guides/CORS >
171+ - < https://javascript.info/fetch-crossorigin >
172+ - < https://daveceddia.com/access-control-allow-origin-cors-errors-in-react-express/ >
173+ - < https://stackoverflow.com/questions/10636611/how-does-access-control-allow-origin-header-work >
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ summary: >
2222<script >
2323 var map = new maplibregl.Map ({
2424 container: ' map' ,
25- style: ' http ://157.249.72.12 /styles/basic-preview/style.json' ,
25+ style: ' https ://osm.api.met.no /styles/basic-preview/style.json' ,
2626 center: [15 , 65 ],
2727 zoom: 4
2828 });
You can’t perform that action at this time.
0 commit comments