We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab2933a commit 088fdc9Copy full SHA for 088fdc9
1 file changed
.vitepress/config.mts
@@ -286,9 +286,14 @@ export default defineConfig({
286
vue: {
287
template: {
288
transformAssetUrls: {
289
+ video: ["src", "poster"],
290
+ source: ["src"],
291
+ img: ["src"],
292
+ image: ["xlink:href", "href"],
293
+ use: ["xlink:href", "href"],
294
StaticVideo: ["path"],
- }
295
+ },
296
297
},
298
299
vite: {
0 commit comments