Skip to content

Commit 22d521d

Browse files
authored
Add outverse (#183)
1 parent ac5562f commit 22d521d

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docusaurus.config.js

+7-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,13 @@ module.exports = {
115115
},
116116
},
117117
themes: ["@docusaurus/theme-mermaid"],
118-
scripts: [],
118+
scripts: [
119+
{
120+
src: "https://app.outverse.com/widgetverse/swan.js",
121+
async: true,
122+
defer: true,
123+
},
124+
],
119125
presets: [
120126
[
121127
"@docusaurus/preset-classic",

0 commit comments

Comments
 (0)