feat: expand menu data with new items and reformat existing entries.

This commit is contained in:
2026-02-28 19:55:35 -03:00
parent e48b4809c0
commit f33eb0371e
4 changed files with 1657 additions and 27 deletions

View File

@@ -4,5 +4,5 @@ import react from '@vitejs/plugin-react'
// https://vite.dev/config/
export default defineConfig({
plugins: [react()],
base: '/rrbec/',
base: '/',
})