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* **/*/vite.config.ts.timestamp*
.history .history
**/*/.db/* **/*/.db/*
**/*/*.db
**/*/*.db-shm **/*/*.db-shm
**/*/*.db-wal **/*/*.db-wal
.npmrc .npmrc

View File

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

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" />