Skip to content

Commit 84868cc

Browse files
mostlyobviousfidel
andcommitted
Formatting
Co-authored-by: Szymon Fiedler <[email protected]>
1 parent 4735714 commit 84868cc

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

railseventstore.org/docusaurus.config.js

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const config = {
1313
tagline:
1414
"The open-source implementation of an Event Store for Ruby and Rails",
1515
favicon: "img/favicon.ico",
16-
themes: ['@docusaurus/theme-mermaid'],
16+
themes: ["@docusaurus/theme-mermaid"],
1717
markdown: {
1818
mermaid: true,
1919
},
@@ -187,8 +187,13 @@ const config = {
187187
}),
188188

189189
plugins: [tailwindPlugin],
190-
scripts: [{src: 'https://plausible.io/js/script.js', defer: true, 'data-domain': 'railseventstore.org'}],
191-
190+
scripts: [
191+
{
192+
src: "https://plausible.io/js/script.js",
193+
defer: true,
194+
"data-domain": "railseventstore.org",
195+
},
196+
],
192197
};
193198

194199
export default config;

0 commit comments

Comments
 (0)