1export default defineAppConfig({
2 docus: {
3 name: 'npmx.dev',
4 description: 'A fast, modern browser for the npm registry',
5 url: 'https://docs.npmx.dev',
6 socials: {
7 github: 'npmx-dev/npmx.dev',
8 x: '@npmx_dev',
9 },
10 },
11 llms: {
12 domain: 'https://docs.npmx.dev',
13 },
14})