mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-15 20:17:22 +00:00
fix invalid discord invite + added missing updates from astro adapter
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -17,6 +17,7 @@ packages/media/.env
|
|||||||
**/*/vite.config.ts.timestamp*
|
**/*/vite.config.ts.timestamp*
|
||||||
.history
|
.history
|
||||||
**/*/.db/*
|
**/*/.db/*
|
||||||
|
**/*/*.db
|
||||||
**/*/*.db-shm
|
**/*/*.db-shm
|
||||||
**/*/*.db-wal
|
**/*/*.db-wal
|
||||||
.npmrc
|
.npmrc
|
||||||
|
|||||||
@@ -22,8 +22,8 @@
|
|||||||
},
|
},
|
||||||
"topbarLinks": [
|
"topbarLinks": [
|
||||||
{
|
{
|
||||||
"name": "Support",
|
"name": "Discord",
|
||||||
"url": "mailto:hi@help.bknd.io"
|
"url": "https://discord.gg/952SFk8Tb8"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"topbarCtaButton": {
|
"topbarCtaButton": {
|
||||||
@@ -56,12 +56,6 @@
|
|||||||
"iconType": "solid",
|
"iconType": "solid",
|
||||||
"url": "/"
|
"url": "/"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"name": "Discord",
|
|
||||||
"icon": "discord",
|
|
||||||
"iconType": "solid",
|
|
||||||
"url": "https://discord.gg/YAHnKXr5"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"name": "GitHub",
|
"name": "GitHub",
|
||||||
"icon": "github",
|
"icon": "github",
|
||||||
|
|||||||
5
examples/astro/.astro/settings.json
Normal file
5
examples/astro/.astro/settings.json
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
"_variables": {
|
||||||
|
"lastUpdateCheck": 1732785435939
|
||||||
|
}
|
||||||
|
}
|
||||||
1
examples/astro/.astro/types.d.ts
vendored
Normal file
1
examples/astro/.astro/types.d.ts
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
/// <reference types="astro/client" />
|
||||||
Reference in New Issue
Block a user