Skip to content

Commit f4bc970

Browse files
committed
Revert "fix: discord server"
This reverts commit 133377d.
1 parent afe30fe commit f4bc970

3 files changed

Lines changed: 1717 additions & 2288 deletions

File tree

app/app.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
const links = [
22
{
33
icon: 'i-simple-icons-discord',
4-
to: 'https://discord.vercube.dev',
4+
to: 'https://discord.gg/vercube',
55
target: '_blank',
66
'aria-label': 'Vercube on Discord',
77
},

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -15,29 +15,29 @@
1515
},
1616
"dependencies": {
1717
"@googlemaps/markerclusterer": "2.6.2",
18-
"@iconify-json/lucide": "1.2.87",
19-
"@iconify-json/simple-icons": "1.2.68",
20-
"@iconify-json/vscode-icons": "1.2.40",
21-
"@nuxt/content": "3.11.0",
18+
"@iconify-json/lucide": "1.2.82",
19+
"@iconify-json/simple-icons": "1.2.64",
20+
"@iconify-json/vscode-icons": "1.2.37",
21+
"@nuxt/content": "3.10.0",
2222
"@nuxt/image": "2.0.0",
2323
"@nuxt/scripts": "0.13.2",
24-
"@nuxt/ui": "4.4.0",
24+
"@nuxt/ui": "4.3.0",
2525
"@nuxtjs/google-fonts": "3.2.0",
26-
"@tresjs/nuxt": "5.1.7",
27-
"@unhead/vue": "2.1.2",
28-
"better-sqlite3": "12.6.2",
26+
"@tresjs/nuxt": "5.1.3",
27+
"@unhead/vue": "2.1.1",
28+
"better-sqlite3": "12.5.0",
2929
"maath": "0.10.8",
30-
"nuxt": "4.3.0",
31-
"nuxt-llms": "0.2.0",
30+
"nuxt": "4.2.2",
31+
"nuxt-llms": "0.1.3",
3232
"nuxt-og-image": "5.1.13",
3333
"three": "0.182.0"
3434
},
3535
"devDependencies": {
3636
"@types/three": "0.182.0",
37-
"oxfmt": "0.27.0",
38-
"oxlint": "1.42.0",
37+
"oxfmt": "0.21.0",
38+
"oxlint": "1.36.0",
3939
"typescript": "5.9.3",
40-
"vue-tsc": "3.2.4"
40+
"vue-tsc": "3.2.1"
4141
},
4242
"resolutions": {
4343
"unimport": "4.2.0"

0 commit comments

Comments
 (0)