Skip to content

Commit

Permalink
fix: #32
Browse files Browse the repository at this point in the history
  • Loading branch information
love98ooo committed Dec 13, 2023
1 parent f2c75f5 commit e9f6b01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Event.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ const EventPage: React.FC = () => {
await Share.share({
title: event.title,
text: event.description,
url: window.location.href,
url: "https://evento.sast.fun" + window.location.pathname,
dialogTitle: '分享活动'
})
}
Expand Down

0 comments on commit e9f6b01

Please sign in to comment.