Skip to content

Commit

Permalink
🐛 修复 Cookie 域名问题
Browse files Browse the repository at this point in the history
  • Loading branch information
Skywt2003 committed Apr 11, 2024
1 parent 0eeba7a commit c49b1db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/blog/Comments.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ export default function Comments(props: Props) {
path: "/",
maxAge: 2592000,
sameSite: "lax",
domain: ".skywt.cn",
}}
>
{error ? (
Expand Down

0 comments on commit c49b1db

Please sign in to comment.