We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bd7b8b commit 22551d3Copy full SHA for 22551d3
docs/dev/i18n/namespaces.mdx
@@ -66,15 +66,3 @@ Provide the list of namespaces that you want to get access to the translation st
66
You don't need to include the `core.global` namespace in the `namespaces`
67
prop. It's already included by default.
68
</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