Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
mbostock committed Oct 9, 2024
1 parent 2d9597a commit c2d6b9f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ export default defineConfig({
]
},
define: {
'__APP_VERSION__': JSON.stringify(process.env.npm_package_version),
__APP_VERSION__: JSON.stringify(process.env.npm_package_version)
}
},
vue: {
template: {
compilerOptions: {
isCustomElement: (tag) => tag.startsWith("observable-"),
},
},
isCustomElement: (tag) => tag.startsWith("observable-")
}
}
},
markdown: {
config: (md) => {
Expand All @@ -45,7 +45,7 @@ export default defineConfig({
["script", {async: "", defer: "", src: "https://static.observablehq.com/assets/components/observable-made-by.js"}],
],
sitemap: {
hostname: 'https://observablehq.com/plot/'
hostname: "https://observablehq.com/plot/"
},
themeConfig: {
// https://vitepress.dev/reference/default-theme-config
Expand Down

0 comments on commit c2d6b9f

Please sign in to comment.