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*
|
||||
.history
|
||||
**/*/.db/*
|
||||
**/*/*.db
|
||||
**/*/*.db-shm
|
||||
**/*/*.db-wal
|
||||
.npmrc
|
||||
|
||||
@@ -22,8 +22,8 @@
|
||||
},
|
||||
"topbarLinks": [
|
||||
{
|
||||
"name": "Support",
|
||||
"url": "mailto:hi@help.bknd.io"
|
||||
"name": "Discord",
|
||||
"url": "https://discord.gg/952SFk8Tb8"
|
||||
}
|
||||
],
|
||||
"topbarCtaButton": {
|
||||
@@ -56,12 +56,6 @@
|
||||
"iconType": "solid",
|
||||
"url": "/"
|
||||
},
|
||||
{
|
||||
"name": "Discord",
|
||||
"icon": "discord",
|
||||
"iconType": "solid",
|
||||
"url": "https://discord.gg/YAHnKXr5"
|
||||
},
|
||||
{
|
||||
"name": "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