Skip to content

Commit

Permalink
fix: google wants timezones
Browse files Browse the repository at this point in the history
  • Loading branch information
surajgoraya committed Oct 11, 2024
1 parent 8d32864 commit 3a44da9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/(regular)/page.js
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,8 @@ export default function Home() {
image: "https://assets24.sigaccess.org/ogp/opengraph2.jpg",
url: "https://assets24.sigaccess.org/",
typeSpecific: {
startDate: "2024-10-27T16:00",
endDate: "2024-10-30T17:45",
startDate: "2024-10-27T16:00-02:30",
endDate: "2024-10-30T17:45-02:30",
eventAttendanceMode: "https://schema.org/MixedEventAttendanceMode",
eventStatus: "https://schema.org/EventScheduled",
location: {
Expand Down

0 comments on commit 3a44da9

Please sign in to comment.