We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 191bf31 commit ecc177aCopy full SHA for ecc177a
src/components/comment/Artalk.astro
@@ -9,9 +9,9 @@ const config = {
9
el: "#artalk",
10
pageKey: Astro.props.path,
11
pageTitle: "",
12
- server: commentConfig.artalk?.server || "http://localhost:8080",
13
- site: commentConfig.artalk?.site || "fishcpy的小破站",
14
- darkMode: commentConfig.artalk?.darkMode || "auto",
+ server: commentConfig.artalk?.server,
+ site: commentConfig.artalk?.site,
+ darkMode: commentConfig.artalk?.darkMode,
15
};
16
---
17
0 commit comments