fix invalid discord invite + added missing updates from astro adapter

This commit is contained in:
dswbx
2024-11-30 07:20:17 +01:00
parent 894a90fca9
commit b55fdd7516
4 changed files with 9 additions and 8 deletions

1
.gitignore vendored
View File

@@ -17,6 +17,7 @@ packages/media/.env
**/*/vite.config.ts.timestamp*
.history
**/*/.db/*
**/*/*.db
**/*/*.db-shm
**/*/*.db-wal
.npmrc

View File

@@ -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",

View File

@@ -0,0 +1,5 @@
{
"_variables": {
"lastUpdateCheck": 1732785435939
}
}

1
examples/astro/.astro/types.d.ts vendored Normal file
View File

@@ -0,0 +1 @@
/// <reference types="astro/client" />