mirror of
https://github.com/handsomezhuzhu/personal-navigation-site.git
synced 2026-02-20 19:50:16 +00:00
Merge pull request #2 from handsomezhuzhu/v0/kdaugh14-4907-a5e6b11d
feat: Enhance site navigation and server infrastructure
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -24,4 +24,4 @@ yarn-error.log*
|
|||||||
|
|
||||||
# typescript
|
# typescript
|
||||||
*.tsbuildinfo
|
*.tsbuildinfo
|
||||||
next-env.d.ts
|
next-env.d.ts
|
||||||
|
|||||||
@@ -27,4 +27,4 @@ Continue building your app on:
|
|||||||
1. Create and modify your project using [v0.app](https://v0.app)
|
1. Create and modify your project using [v0.app](https://v0.app)
|
||||||
2. Deploy your chats from the v0 interface
|
2. Deploy your chats from the v0 interface
|
||||||
3. Changes are automatically pushed to this repository
|
3. Changes are automatically pushed to this repository
|
||||||
4. Vercel deploys the latest version from this repository
|
4. Vercel deploys the latest version from this repository
|
||||||
|
|||||||
@@ -114,13 +114,6 @@ const categories: Category[] = [
|
|||||||
cdn: "EdgeOne加速",
|
cdn: "EdgeOne加速",
|
||||||
url: "https://api-test.zhuzihan.com",
|
url: "https://api-test.zhuzihan.com",
|
||||||
},
|
},
|
||||||
{
|
|
||||||
domain: "health.zhuzihan.com/status/ai",
|
|
||||||
name: "AI服务状态查询",
|
|
||||||
server: "青瑞云",
|
|
||||||
cdn: "ESA加速",
|
|
||||||
url: "https://health.zhuzihan.com/status/ai",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -9,4 +9,4 @@ const nextConfig = {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
export default nextConfig
|
export default nextConfig
|
||||||
|
|||||||
Reference in New Issue
Block a user