diff --git a/.vuepress/config/meta.js b/.vuepress/config/meta.js new file mode 100644 index 000000000..21b3467b7 --- /dev/null +++ b/.vuepress/config/meta.js @@ -0,0 +1,8 @@ +export default { + base: '/', + title: 'Ocelot-Social Documentation', + description: 'Ocelot-Social Documentation', + head: [ + ['meta', {name: 'viewport', content: 'width=device-width,initial-scale=1'}], + ], +} \ No newline at end of file