Skip to content

Commit

Permalink
feat: 使用https
Browse files Browse the repository at this point in the history
  • Loading branch information
songxingguo committed Jun 5, 2024
1 parent 8c21e4f commit 5764eee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/PostComments.astro
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
const initScript = document.createElement("script");
initScript.innerHTML = `
twikoo.init({
envId: 'http://docker.songxingguo.com:8080/',
envId: 'https://blog.songxingguo.com/twikoo',
el: '#tcomment',
});
`;
Expand Down

0 comments on commit 5764eee

Please sign in to comment.