Skip to content

Commit 0c90e29

Browse files
committed
attempt to fix the docs site / landing page
1 parent 622eed9 commit 0c90e29

4 files changed

Lines changed: 28 additions & 20 deletions

File tree

docs/astro.config.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ export default defineConfig({
2121
Footer: './src/components/CustomFooter.astro',
2222
},
2323
social: [
24-
{ icon: 'github', label: 'GitHub', href: 'https://github.com/itzCozi/devbox' },
25-
{ icon: 'discord', label: 'Discord', href: '/discord' }
24+
{ icon: 'github', label: 'GitHub', href: 'https://github.com/itzcozi/devbox' },
25+
{ icon: 'telegram', label: 'Telegram', href: 'http://t.me/devboxcli' }
2626
],
2727
editLink: {
2828
baseUrl: 'https://github.com/itzcozi/devbox/edit/main/docs/',

docs/public/_headers

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
/pagefind/*.pagefind
2+
Content-Type: application/wasm
3+
Cache-Control: public, max-age=31536000, immutable
4+
5+
/pagefind/*.pf_index
6+
Content-Type: application/octet-stream
7+
Cache-Control: public, max-age=604800
8+
9+
/pagefind/*.pf_fragment
10+
Content-Type: application/octet-stream
11+
Cache-Control: public, max-age=604800
12+
13+
/pagefind/*.pf_meta
14+
Content-Type: application/octet-stream
15+
Cache-Control: public, max-age=604800
16+
17+
/pagefind/*.js
18+
Content-Type: application/javascript; charset=utf-8
19+
Cache-Control: public, max-age=31536000, immutable
20+
21+
/pagefind/*.css
22+
Content-Type: text/css; charset=utf-8
23+
Cache-Control: public, max-age=31536000, immutable

docs/public/favicon.svg

Lines changed: 3 additions & 3 deletions
Loading

docs/src/content/docs/discord.mdx

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)