Skip to content

Commit

Permalink
IMPROVE landingpage performance
Browse files Browse the repository at this point in the history
  • Loading branch information
pubkey committed Mar 16, 2024
1 parent 31c3cc1 commit c38fc1a
Show file tree
Hide file tree
Showing 11 changed files with 101 additions and 98 deletions.
3 changes: 2 additions & 1 deletion docs-src/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ const config: Config = {
src: 'https://consent.cookiebot.com/uc.js?cbid=c429ebbd-6e92-4150-b700-ca186e06bc7c',
'data-cbid': 'c429ebbd-6e92-4150-b700-ca186e06bc7c',
'data-blockingmode': 'auto',
type: 'text/javascript'
type: 'text/javascript',
async: true
},
{
src: '/js/analytics.js',
Expand Down
1 change: 1 addition & 0 deletions docs-src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"hast-util-select": "4.0.0",
"hast-util-to-text": "2.0.0",
"hogan.js": "3.0.2",
"lazysizes": "5.3.2",
"lunr": "2.3.8",
"lunr-languages": "1.4.0",
"mark.js": "8.11.1",
Expand Down
195 changes: 98 additions & 97 deletions docs-src/src/pages/index.tsx

Large diffs are not rendered by default.

Binary file added docs-src/static/files/companies/altgras.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs-src/static/files/companies/atroo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs-src/static/files/companies/moreapp.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs-src/static/files/companies/woopos.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/files/companies/altgras.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/files/companies/atroo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/files/companies/moreapp.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/files/companies/woopos.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c38fc1a

Please sign in to comment.