Skip to content
This repository was archived by the owner on Feb 3, 2025. It is now read-only.

Commit 69c5591

Browse files
authored
Update config.ts
1 parent d249d98 commit 69c5591

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.vitepress/config.ts

+2-5
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,13 @@ export default defineConfig({
55
// Surprised this isn't the default. 🤷‍♂️
66
srcExclude: ["**/README.md", "**/CONTRIBUTING.md"],
77

8-
// https://vitejs.dev/config/
9-
vite: {},
10-
118
// https://vitepress.dev/guide/sitemap-generation
129
sitemap: {
1310
hostname: "https://1brc.dev",
1411
},
1512

16-
title: "1BRC",
17-
description: "1 Billion Row Challenge",
13+
title: "1 Billion Row Challenge",
14+
description: "Calculate the min, max, and average of 1 billion measurements",
1815

1916
head: [
2017
// https://github.com/vuejs/vitepress/issues/560

0 commit comments

Comments
 (0)