Skip to content

Commit

Permalink
fix: meta 5
Browse files Browse the repository at this point in the history
  • Loading branch information
mrskiro committed Jan 20, 2024
1 parent 09ad94a commit ed9e156
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/pages/about/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ export const getStaticProps: GetStaticProps<Props> = async () => {
props: {
aboutPageDetail,
},
revalidate: 10,
}
}

Expand Down
1 change: 0 additions & 1 deletion src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ export const getStaticProps: GetStaticProps<Props> = async () => {
props: {
posts,
},
revalidate: 1,
}
}

Expand Down
1 change: 0 additions & 1 deletion src/pages/posts/[param]/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ export const getStaticProps: GetStaticProps<Props, { param: string }> = async (
props: {
postDetail,
},
revalidate: 1,
}
}

Expand Down

1 comment on commit ed9e156

@vercel
Copy link

@vercel vercel bot commented on ed9e156 Jan 20, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

mrskiro – ./

mrskiro-git-main-mrskiro.vercel.app
mrskiro.dev
www.mrskiro.dev
mrskiro-mrskiro.vercel.app

Please sign in to comment.