| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 9b23837 commit 9744415
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,3 +1,14 @@ | |||
| 1 | 1 | { | |
| 2 | - "extends": "next/core-web-vitals" | ||
| 2 | + "extends": "next/core-web-vitals", | ||
| 3 | + "rules": { | ||
| 4 | + "react/no-unescaped-entities": "off", | ||
| 5 | + "@next/next/no-page-custom-font": "off" | ||
| 6 | + } | ||
| 3 | 7 | } | |
| 8 | + // { | ||
| 9 | + // "extends": "next", | ||
| 10 | + // "rules": { | ||
| 11 | + // "react/no-unescaped-entities": "off", | ||
| 12 | + // "@next/next/no-page-custom-font": "off" | ||
| 13 | + // } | ||
| 14 | + // } | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -28,7 +28,7 @@ export default function About({ }: Props) { | |||
| 28 | 28 | duration: 1.2, | |
| 29 | 29 | }} | |
| 30 | 30 | whileInView={{ opacity: 1, x:0 }} | |
| 31 | - // viewport={{ once:true }} | ||
| 31 | + viewport={{ once:true }} | ||
| 32 | 32 | src='https://cdn.sanity.io/images/wpot5oxi/production/1ba14cde26af0662769ddd8002cde0541fd8d451-720x960.jpg' | |
| 33 | 33 | className='flex relative top-11 flex-shrink-0 w-40 h-40 rounded-full object-cover | |
| 34 | 34 | md:rounded-lg md:w-64 md:h-96 xl:w-[500px] xl:h-[600px] xs:top-14 my-14' | |
| Back | FazBrowse Home | New Git URL |
0 commit comments