mirror of
https://github.com/Ad-closeNN/blog-fuwari.git
synced 2026-05-31 01:00:04 -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 = {
|
||||
enable: true,
|
||||
apiEndpoint: "https://blog-feedback.adclosenn.top",
|
||||
apiEndpoint: "https://blog-feedback.adclosenn.top/api/feedback",
|
||||
debug: false,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user