Skip to content

Commit 72c4694

Browse files
committed
Merge branch 'documentation' of https://github.com/Mindinventory/react-native-boilerplate into docs-deployment
2 parents 7545222 + b3a2bbc commit 72c4694

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

documentation/docusaurus.config.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,10 @@ const config: Config = {
134134
},
135135
colorMode:{
136136
disableSwitch: true
137-
}
137+
},
138+
metadata: [
139+
{name: 'description', content: 'Develop high-performance applications using our comprehensive React Native Boilerplate for a smooth development process with integrated support for TypeScript.'},
140+
],
138141
} satisfies Preset.ThemeConfig,
139142

140143
trailingSlash: true,

0 commit comments

Comments
 (0)