Skip to content

Commit d821517

Browse files
committed
bufs
1 parent fef6707 commit d821517

File tree

6 files changed

+108
-314
lines changed

6 files changed

+108
-314
lines changed

app/page.tsx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
1-
import { sortPosts, allCoreContent } from 'pliny/utils/contentlayer'
2-
import { allBlogs } from 'contentlayer/generated'
31
import Main from './Main'
42

53
export default async function Page() {
6-
const sortedPosts = sortPosts(allBlogs)
7-
const posts = allCoreContent(sortedPosts)
8-
return <Main posts={posts} />
4+
return <Main />
95
}

components/home/idebanner.tsx

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -78,13 +78,13 @@ export default function ProjectCardMinimal() {
7878
r="44.899"
7979
gradientUnits="userSpaceOnUse"
8080
>
81-
<stop offset="0" stop-color="#fd5"></stop>
82-
<stop offset=".328" stop-color="#ff543f"></stop>
83-
<stop offset=".348" stop-color="#fc5245"></stop>
84-
<stop offset=".504" stop-color="#e64771"></stop>
85-
<stop offset=".643" stop-color="#d53e91"></stop>
86-
<stop offset=".761" stop-color="#cc39a4"></stop>
87-
<stop offset=".841" stop-color="#c837ab"></stop>
81+
<stop offset="0" stopColor="#fd5"></stop>
82+
<stop offset=".328" stopColor="#ff543f"></stop>
83+
<stop offset=".348" stopColor="#fc5245"></stop>
84+
<stop offset=".504" stopColor="#e64771"></stop>
85+
<stop offset=".643" stopColor="#d53e91"></stop>
86+
<stop offset=".761" stopColor="#cc39a4"></stop>
87+
<stop offset=".841" stopColor="#c837ab"></stop>
8888
</radialGradient>
8989
<path
9090
fill="url(#yOrnnhliCrdS2gy~4tD8ma_Xy10Jcu1L2Su_gr1)"
@@ -98,8 +98,8 @@ export default function ProjectCardMinimal() {
9898
gradientTransform="matrix(1 0 0 .6663 0 1.849)"
9999
gradientUnits="userSpaceOnUse"
100100
>
101-
<stop offset="0" stop-color="#4168c9"></stop>
102-
<stop offset=".999" stop-color="#4168c9" stop-opacity="0"></stop>
101+
<stop offset="0" stopColor="#4168c9"></stop>
102+
<stop offset=".999" stopColor="#4168c9" stop-opacity="0"></stop>
103103
</radialGradient>
104104
<path
105105
fill="url(#yOrnnhliCrdS2gy~4tD8mb_Xy10Jcu1L2Su_gr2)"

data/blog/nodejs/Guia-para-aprender-nodejs copy.mdx

Lines changed: 0 additions & 299 deletions
This file was deleted.
File renamed without changes.

0 commit comments

Comments
 (0)