Skip to content

Commit

Permalink
Merge branch 'the-one' into issue-420-link-and-describe-used-tools
Browse files Browse the repository at this point in the history
  • Loading branch information
marikadeveloper authored May 23, 2024
2 parents 6f4c0ba + ba71b31 commit 3e9a44b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
13 changes: 12 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,22 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="@idrinth-api-bench/assets/favicon.svg"/>
<link rel="icon" type="image/svg+xml" href="node_modules/@idrinth-api-bench/assets/favicon.svg"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="A documentation site for the open-source benchmarking framework @idrinth/api-bench">
<title>@idrinth/api-bench</title>
<link rel="preconnect" href="https://tracking.bjoern-buettner.me">
<link rel="preload" href="/assets/socials/docker.svg">
<link rel="preload" href="/assets/socials/github.svg">
<link rel="preload" href="/assets/socials/linkedin.svg">
<link rel="preload" href="/assets/socials/medium.svg">
<link rel="preload" href="/assets/socials/npm.svg">
<link rel="preload" href="/assets/socials/open-sauced.svg">
<link rel="preload" href="/assets/socials/reddit.svg">
<link rel="preload" href="/assets/socials/slack.svg">
<link rel="preload" href="/assets/socials/x.svg">
<link rel="preload" href="/assets/socials/youtube.svg">
<link rel="preload" href="node_modules/@idrinth-api-bench/assets/iab.svg"/>
</head>
<body>
<div id="root"></div>
Expand Down
5 changes: 3 additions & 2 deletions public/.htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,20 @@ RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule .* /index.html [L]

FileETag Size Digest

ExpiresActive On
ExpiresDefault "access"
ExpiresByType image/gif "access plus 1 year"
ExpiresByType image/png "access plus 1 year"
ExpiresByType image/jpeg "access plus 1 year"
ExpiresByType text/javascript "access plus 1 year"
ExpiresByType image/svg+xml "access plus 1 year"
ExpiresByType text/css "access plus 1 year"
ExpiresDefault "access"

FilterDeclare COMPRESS
FilterProvider COMPRESS DEFLATE "%{Content_Type} -strmatch 'text/*'"
FilterProvider COMPRESS DEFLATE "%{Content_Type} -strmatch 'img/svg+xml*'"
FilterProvider COMPRESS DEFLATE "%{Content_Type} -strmatch 'text/css*'"
FilterProvider COMPRESS DEFLATE "%{Content_Type} -strmatch 'application/json*'"
FilterChain COMPRESS
FilterProtocol COMPRESS DEFLATE change=yes;byteranges=no

0 comments on commit 3e9a44b

Please sign in to comment.