Skip to content

Commit a4a95b1

Browse files
committed
chore: upgrade the website
1 parent 39d7dfb commit a4a95b1

102 files changed

Lines changed: 16937 additions & 5896 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.eslintrc.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"extends": "next/core-web-vitals"
3+
}

.gitignore

Lines changed: 5 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,7 @@
33
# dependencies
44
/node_modules
55
/.pnp
6-
.pnp.*
7-
.yarn/*
8-
!.yarn/patches
9-
!.yarn/plugins
10-
!.yarn/releases
11-
!.yarn/versions
6+
.pnp.js
127

138
# testing
149
/coverage
@@ -19,58 +14,24 @@
1914

2015
# production
2116
/build
22-
/dist
2317

2418
# misc
2519
.DS_Store
2620
*.pem
27-
Thumbs.db
2821

2922
# debug
3023
npm-debug.log*
3124
yarn-debug.log*
3225
yarn-error.log*
33-
.pnpm-debug.log*
3426

35-
# env files (can opt-in for committing if needed)
36-
.env*
37-
.env.local
38-
.env.development.local
39-
.env.test.local
40-
.env.production.local
27+
# local env files
28+
.env
29+
.env*.local
4130

4231
# vercel
4332
.vercel
4433

4534
# typescript
4635
*.tsbuildinfo
4736
next-env.d.ts
48-
49-
# IDE & Editor
50-
.idea/
51-
.vscode/
52-
*.swp
53-
*.swo
54-
*~
55-
.project
56-
.classpath
57-
.settings/
58-
*.sublime-project
59-
*.sublime-workspace
60-
61-
# OS files
62-
.DS_Store
63-
.DS_Store?
64-
._*
65-
.Spotlight-V100
66-
.Trashes
67-
ehthumbs.db
68-
Thumbs.db
69-
70-
# Biome
71-
.biome-cache/
72-
73-
# Turbopack
74-
.turbo/
75-
SEO_*
76-
OG_IMAGE_INSTRUCTIONS.md
37+
.idea

0 commit comments

Comments
 (0)