Skip to content

Commit f3bf5e6

Browse files
committed
Revert "Debug in production"
This reverts commit 576e7c7.
1 parent 5f529d8 commit f3bf5e6

File tree

3 files changed

+79
-54
lines changed

3 files changed

+79
-54
lines changed

railseventstore.org/docusaurus.config.js

Lines changed: 3 additions & 9 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
},
@@ -45,7 +45,6 @@ const config = {
4545
"classic",
4646
/** @type {import('@docusaurus/preset-classic').Options} */
4747
({
48-
debug: true,
4948
docs: {
5049
lastVersion: "2.17.0",
5150
versions: {
@@ -187,13 +186,8 @@ const config = {
187186
}),
188187

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

199193
export default config;

railseventstore.org/package-lock.json

Lines changed: 76 additions & 44 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

railseventstore.org/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
},
1616
"dependencies": {
1717
"@docusaurus/core": "^3.8.1",
18-
"@docusaurus/plugin-debug": "^3.8.1",
1918
"@docusaurus/preset-classic": "^3.8.1",
2019
"@docusaurus/theme-mermaid": "^3.8.1",
2120
"@mdx-js/react": "^3.0.0",

0 commit comments

Comments
 (0)