We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a15d60d commit 3ddb5cdCopy full SHA for 3ddb5cd
.vscode/settings.json
@@ -75,6 +75,8 @@
75
"nprogress",
76
"Nuxt",
77
"Nyaa",
78
+ "nyne",
79
+ "Nysoure",
80
"onedrive",
81
"opendal",
82
"optimizelegibility",
app/api/hikari/route.ts
@@ -12,7 +12,9 @@ const DOMAIN_PATTERNS = [
12
/^https:\/\/([\w-]+\.)*hikarinagi\.com$/,
13
/^https:\/\/([\w-]+\.)*hikarinagi\.org$/,
14
// TouchGal
15
- /^https:\/\/([\w-]+\.)*touchgal\.us$/
+ /^https:\/\/([\w-]+\.)*touchgal\.us$/,
16
+ // Nysoure
17
+ /^https:\/\/([\w-]+\.)*nyne\.dev$/
18
]
19
20
const RATE_LIMIT_MAX = 10000
0 commit comments