Skip to content

Commit c1d32cb

Browse files
committed
updates
1 parent 3260a66 commit c1d32cb

3 files changed

Lines changed: 10 additions & 35 deletions

File tree

.github/workflows/nextjs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
- name: Build with Next.js
6363
run: ${{ steps.detect-package-manager.outputs.runner }} next build
6464
- name: Override with _just
65-
uses: JustDeveloper1/_just@v0.0.26
65+
uses: js-just/_just@v0.0.28
6666
- name: Upload artifact
6767
uses: actions/upload-pages-artifact@v3
6868
with:

locales/en.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"inf0": "They may collect your personal data, such as your IP address.",
1818
"inf1": "If you believe that",
1919
"inf2": "is violating",
20-
"inf3": "is-a.dev's Terms Of Service",
20+
"inf3": "is-a.dev Terms Of Service",
2121
"inf4": "you can",
2222
"inf5": "report it here",
2323
"b1p1": "Yes, I want to go to",

pages/index.js

Lines changed: 8 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -59,57 +59,30 @@ const Home = () => {
5959

6060
// list of the best websites
6161
const superspotlight = [
62-
"heatblock.esb.is-a.dev"
62+
"heatblock.is-a.dev"
6363
// to be superspotlighted...
6464
]
6565

6666
const specials = [
6767
{
68-
"d": "hate.is-a.dev",
69-
"c": "#e2155b"
68+
"d": "element.is-a.dev",
69+
"c": "#00bfff"
7070
}
7171
]
7272

7373
const js_subdomains = [
7474
"juststudio.is-a.dev",
75-
"justdeveloper.is-a.dev",
7675
"encoder.js.is-a.dev",
7776
"all.is-a.dev"
7877
];
7978
const js_partners = [
8079
"kappy.is-a.dev",
8180
"playreaver.is-a.dev",
8281
];
83-
84-
const maintainers = [
85-
86-
// iostpa
87-
"cutedog5695.is-a.dev",
88-
"iostpa.is-a.dev",
89-
90-
// orangc
91-
"orangc.is-a.dev",
92-
"c.is-a.dev",
93-
94-
// Stef
95-
"stefdp.is-a.dev",
96-
97-
// William
98-
"william.is-a.dev",
99-
100-
// 21Z
101-
// "21z.is-a.dev" // Removed from list because 21Z dont use it (there is no website on 21z.is-a.dev).
10282

103-
];
104-
const helpers = [
105-
106-
// DevMatei
107-
"devmatei.is-a.dev",
108-
109-
// MaskDuck , where my degen role that you gived me long time ago when you were maintainer????????????????????????????????????????????
110-
// "maskduck.is-a.dev" // Removed from list because MaskDuck is not a helper anymore (press f to pay respect)
111-
112-
]
83+
// maintainers and helpers lists wont be updated.
84+
const maintainers = ["cutedog5695.is-a.dev","iostpa.is-a.dev","orangc.is-a.dev","c.is-a.dev","stefdp.is-a.dev","william.is-a.dev"];
85+
const helpers = ["devmatei.is-a.dev","justdeveloper.is-a.dev"];
11386

11487
const truncateString = (str, num) => {
11588
return str.length > num ? str.slice(0, num) : str;
@@ -149,6 +122,8 @@ const Home = () => {
149122
'analytics.',
150123
'api.',
151124
'playeranalytics.',
125+
'raw-api.',
126+
'raw.',
152127
'server.',
153128
'tunnel.',
154129
]

0 commit comments

Comments
 (0)