Skip to content
Closed
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
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ frontend/node_modules/
frontend/.tanstack

# Site
site/out/
site/.next/
site/src/generated/
site/public/docs/
Expand Down
3 changes: 2 additions & 1 deletion site/lychee.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ exclude = [
'^https://hub\.rivet\.gg/.*',
'^https://.*\.rivet\.game/',
'^https://ph\.rivet\.gg/',
'^https://studio\.rivet\.dev/',

# Strict rate limits
'^https://www\.cloudflare\.com/learning/',
Expand All @@ -15,7 +16,7 @@ exclude = [
'@body\.json',

# Bug parsing `src={xxxx}`
'%7B.*%7D$'
'%7B.*%7D$',
]
# exclude_all_private = true
exclude_mail = true
179 changes: 0 additions & 179 deletions site/next.config.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

68 changes: 23 additions & 45 deletions site/public/llms-full.txt

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading