mirror of
https://github.com/tauri-apps/tauri-docs.git
synced 2026-01-31 00:35:16 +01:00
add allowed domains
This commit is contained in:
@@ -414,10 +414,14 @@ export default defineConfig({
|
||||
},
|
||||
}),
|
||||
],
|
||||
image: {
|
||||
domains: ['tauri.app', 'images.opencollective.com'],
|
||||
},
|
||||
markdown: {
|
||||
shikiConfig: {
|
||||
langs: ['powershell', 'ts', 'rust', 'bash', 'json', 'toml', 'html', 'js'],
|
||||
},
|
||||
|
||||
rehypePlugins: [
|
||||
rehypeHeadingIds,
|
||||
[
|
||||
|
||||
Reference in New Issue
Block a user