mirror of
https://github.com/Ad-closeNN/blog-fuwari.git
synced 2026-05-31 01:20:06 -04:00
fix: correct feedback api endpoint path
This commit is contained in:
+1
-1
@@ -129,7 +129,7 @@ export const expressiveCodeConfig: ExpressiveCodeConfig = {
|
|||||||
|
|
||||||
export const feedbackConfig: FeedbackConfig = {
|
export const feedbackConfig: FeedbackConfig = {
|
||||||
enable: true,
|
enable: true,
|
||||||
apiEndpoint: "https://blog-feedback.adclosenn.top",
|
apiEndpoint: "https://blog-feedback.adclosenn.top/api/feedback",
|
||||||
debug: false,
|
debug: false,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user