Skip to content
Open

1 #1198

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions app/Main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ export default function Home({ posts }) {
<>
<div className="divide-y divide-gray-200 dark:divide-gray-700">
<div className="space-y-2 pt-6 pb-8 md:space-y-5">
<h1 className="text-3xl leading-9 font-extrabold tracking-tight text-gray-900 sm:text-4xl sm:leading-10 md:text-6xl md:leading-14 dark:text-gray-100">
{/* <h1 className="text-3xl leading-9 font-extrabold tracking-tight text-gray-900 sm:text-4xl sm:leading-10 md:text-6xl md:leading-14 dark:text-gray-100">
Latest
</h1>
</h1> */}
<p className="text-lg leading-7 text-gray-500 dark:text-gray-400">
{siteMetadata.description}
</p>
Expand Down
19 changes: 2 additions & 17 deletions app/tag-data.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,5 @@
{
"next-js": 6,
"tailwind": 3,
"guide": 5,
"feature": 2,
"next-js": 2,
"multi-author": 1,
"hello": 1,
"math": 1,
"ols": 1,
"github": 1,
"writings": 1,
"book": 1,
"reflection": 1,
"holiday": 1,
"canada": 1,
"images": 1,
"markdown": 1,
"code": 1,
"features": 1
"feature": 1
}
10 changes: 5 additions & 5 deletions data/authors/default.mdx
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
---
name: Tails Azimuth
name: Chris-young
avatar: /static/images/avatar.png
occupation: Professor of Atmospheric Science
company: Stanford University
email: address@yoursite.com
occupation: frontEnd
company: Door University
email: 3101940893@qq.com
twitter: https://twitter.com/Twitter
linkedin: https://www.linkedin.com
github: https://github.com
---

Tails Azimuth is a professor of atmospheric sciences at the Stanford AI Lab. His research interests includes complexity modelling of tailwinds, headwinds and crosswinds.
Chris-Young is a professor of atmospheric sciences at the Stanford AI Lab. His research interests includes complexity modelling of tailwinds, headwinds and crosswinds.

He leads the clean energy group which develops 3D air pollution-climate models, writes differential equation solvers, and manufactures titanium plated air ballons. In his free time he bakes raspberry pi.

Expand Down
10 changes: 10 additions & 0 deletions data/blog/1.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: '使用 Next.js App Router 常犯的 10 个错误'
date: '2025-06-30'
tags: ['next-js']
summary: "这里总结了使用 App Router 常犯的 10 个错误,快来查漏补缺,看看自己犯过几个错误吧"
---

## 前言

最近我看了 Vercel 的产品 VP Lee Robinson 的 Youtube 视频,作为一名前端开发工程师,他分享了很多 Next.js 相关的课程视频,其中就有一条他总结的《Next.js App Router 常犯的 10 个错误》的视频,我觉得非常有意义,所以记录下了这 10 个常犯错误的内容,从我自己的角度为大家介绍下这 10 个错误。
38 changes: 0 additions & 38 deletions data/blog/code-sample.mdx

This file was deleted.

143 changes: 0 additions & 143 deletions data/blog/deriving-ols-estimator.mdx

This file was deleted.

Loading