Skip to content

Commit 22551d3

Browse files
committed
chore: Clean up
1 parent 9bd7b8b commit 22551d3

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

docs/dev/i18n/namespaces.mdx

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -66,15 +66,3 @@ Provide the list of namespaces that you want to get access to the translation st
6666
You don't need to include the `core.global` namespace in the `namespaces`
6767
prop. It's already included by default.
6868
</Callout>
69-
70-
### Default page
71-
72-
VitNode has plugin system with option to set plugin as default. That means default plugin will be loaded on the home page.
73-
74-
To set default page make sure your have `default-page.tsx` inside `templates` folder plugin with `export default` function.
75-
76-
```tsx title="apps/frontend/src/plugins/{your_plugin}/templates/default-page.tsx"
77-
export default function Page() {
78-
return <div>Hello World</div>;
79-
}
80-
```

0 commit comments

Comments
 (0)