Skip to content

Commit

Permalink
docs: fix jsonpath "language not loaded"
Browse files Browse the repository at this point in the history
Supposedly this should fix said warnings according to vuejs/vitepress#3259, though locally it didn't seem to help. Need to investigate further when we have time.
  • Loading branch information
takb committed Jan 25, 2024
1 parent 82ee335 commit 93ccaef
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/.vitepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ export default defineConfig({
base: "/openrouteservice/",
head: [['link', {rel: 'icon', href: '/openrouteservice/ors_fav.png'}]],
cleanUrls: true,
markdown: {
languageAlias: {
'jsonpath': 'json'
}
},
themeConfig: {
// https://vitepress.dev/reference/default-theme-config
siteTitle: false,
Expand Down

0 comments on commit 93ccaef

Please sign in to comment.