Skip to content

Commit

Permalink
use a direct link for OL CSS on jsdelivr
Browse files Browse the repository at this point in the history
  • Loading branch information
mmomtchev committed Sep 13, 2023
1 parent 2166c21 commit 651fba3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/CodePenButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ const CodePenButton = React.memo(function _CodePenButton(props: {
`https://cdn.jsdelivr.net/npm/ol@v${versionOL}/dist/ol.js;` +
`https://cdn.jsdelivr.net/npm/rlayers@${VERSION}`,
css_external:
`https://cdn.jsdelivr.net/gh/openlayers/openlayers.github.io@master/en/v${versionOL}/css/ol.css;` +
`https://cdn.jsdelivr.net/npm/ol@v${versionOL}/ol.css;` +
`https://cdn.jsdelivr.net/npm/bootstrap@${versionBootstrap}/dist/css/bootstrap.min.css`
})}
/>
Expand Down

0 comments on commit 651fba3

Please sign in to comment.