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 ee128e0 commit f41790dCopy full SHA for f41790d
docs/_config.yml
@@ -12,4 +12,4 @@ nav:
12
- UI Components: ui-components.md
13
- API: api-integration.md
14
- CLI: cli-commands.md
15
- - Changelog: changelog.md
+ - Changelog: changelog.md
docs/assets/.vitepress/config.ts
@@ -0,0 +1,4 @@
1
+export default {
2
+ base: '/expo-template-coderooz/',
3
+ title: 'Expo Template Coderooz',
4
+}
docs/assets/logo.svg
package.json
@@ -11,7 +11,7 @@
11
"bugs": {
"url": "https://github.com/coderooz/expo-template-coderooz/issues"
},
- "homepage": "https://github.com/coderooz/expo-template-coderooz#readme",
+ "homepage": "https://coderooz.github.io/expo-template-coderooz/",
"keywords": [
16
"expo",
17
"template",
0 commit comments