edit config because it didn't do the thing for some reason

This commit is contained in:
lilly 2024-06-10 19:41:39 -05:00
parent bb8a418c81
commit 9a7153ca56
Signed by: MaeMachineBroke
GPG key ID: B54591A4805E9CC8

View file

@ -49,9 +49,7 @@ export default defineConfig({
{ {
text: 'Extensions', text: 'Extensions',
items: [ items: [
{ text: 'Main Entrypoint', link: '/exts/main' }, { text: 'Entrypoints', link: '/exts/entrypoints' },
{ text: 'Client Entrypoint', link: '/exts/client' },
{ text: 'Server Entrypoint', link: '/exts/server' },
{ text: 'Mixin', link: '/exts/mixin' }, { text: 'Mixin', link: '/exts/mixin' },
{ text: 'AccessWideners', link: '/exts/aw' }, { text: 'AccessWideners', link: '/exts/aw' },
{ text: 'PreLaunch', link: '/exts/prelaunch' }, { text: 'PreLaunch', link: '/exts/prelaunch' },