Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/src/layouts/BaseLayout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ interface Props {
}

const {
title = 'rinha2-back-end-rust | Oxidized Performance',
title = 'rinha2-back-end-rust | Blazingly Fast. Eventually Compiled.',
description = 'High-performance banking API for the Rinha de Backend challenge. Built with Rust, Actix-web 4, and SQLx. ~140 lines under strict resource constraints (1.5 CPU, 550MB RAM).'
} = Astro.props;

Expand Down
2 changes: 1 addition & 1 deletion docs/src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import Hero from '@/components/home/Hero.astro';
import Dashboard from '@/components/home/Dashboard.astro';
import Footer from '@/components/home/Footer.astro';

const title = 'rinha2-back-end-rust | Oxidized Performance';
const title = 'rinha2-back-end-rust | Blazingly Fast. Eventually Compiled.';
const description = 'High-performance banking API for the Rinha de Backend challenge. Built with Rust, Actix-web 4, and SQLx. ~140 lines under strict resource constraints (1.5 CPU, 550MB RAM).';
---

Expand Down
3 changes: 2 additions & 1 deletion docs/src/styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ body {
min-height: 100vh;
display: flex;
flex-direction: column;
overflow-x: clip;
overflow: clip;
overscroll-behavior-y: none;
position: relative;
}

Expand Down
Loading