Skip to content

Commit 6d7b53e

Browse files
author
VPRamon
committed
feat(i18n): update Catalan and English translations for benchmarks and performance metrics
feat(github): enhance GitHub API handling with improved caching and error management fix(404): simplify locale detection logic in 404 page feat(benchmarks): add latest results section with dynamic content rendering and glossary fix(demo): load vendored modules from public directory for website demo
1 parent 7b8d899 commit 6d7b53e

10 files changed

Lines changed: 2284 additions & 388 deletions

File tree

astro.config.mjs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ export default defineConfig({
1515
assets: '_astro',
1616
},
1717
vite: {
18+
server: {
19+
watch: {
20+
ignored: ['**/target/**'],
21+
},
22+
},
1823
build: {
1924
cssMinify: true,
2025
},

lab

Submodule lab updated 112 files

0 commit comments

Comments
 (0)