Skip to content

Commit

Permalink
feature/blog-page-implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
rohit-zip committed Jun 10, 2024
1 parent 25e3058 commit 4b7f8e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/custom/buttons/SocialAuthButtons.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ export default function SocialAuthButtons({
<Button variant={"outline"} className={"flex-1 flex items-center gap-2"}>
<GitHubLogoIcon/> Github
</Button>

<Link href={GOOGLE_AUTH_URL}>
<Button variant={"outline"} className={"flex-1 flex items-center gap-2"}>
<Image src={google_logo} alt={"google"} width={18} height={18}/> Google
Expand Down
3 changes: 3 additions & 0 deletions next.config.mjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: false,
experimental: {
missingSuspenseWithCSRBailout: false
},
images: {
domains: ['assets.bloggios.cloud']
}
Expand Down

0 comments on commit 4b7f8e2

Please sign in to comment.