Skip to content

Commit b8c599f

Browse files
authored
fix: firefox mobile view fixed (#1227)
added viewport meta tag in vitepress config Signed-off-by: Anik Das <[email protected]>
1 parent b5c968e commit b8c599f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/.vuepress/config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -296,6 +296,7 @@ module.exports = {
296296
['link', { rel: 'manifest', href: '/manifest.json' }],
297297
['meta', { name: 'theme-color', content: '#3eaf7c' }],
298298
['meta', { name: 'apple-mobile-web-app-capable', content: 'yes' }],
299+
['meta', { name: 'viewport', content: 'width=device-width, initial-scale=1.0' }],
299300
[
300301
'meta',
301302
{ name: 'apple-mobile-web-app-status-bar-style', content: 'black' }

0 commit comments

Comments
 (0)