Skip to content

Commit e91b701

Browse files
kngakoKgothatso Ngako
and
Kgothatso Ngako
authored
Fix for mobile layout on firefox (#956)
related to the vuepress issue with the mobile layout removing viewport meta tags on firefox for Android. Fix is to explicity define it. vuejs/vuepress#2369 Co-authored-by: Kgothatso Ngako <[email protected]>
1 parent 67f0942 commit e91b701

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/.vuepress/config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ module.exports = {
2020
title,
2121
description: "BTCPay Server Official Documentation",
2222
head: [
23+
['meta', { name: "viewport", content: "width=device-width, initial-scale=1.0"}],
2324
["link", { rel: "stylesheet", href: "/styles/btcpayserver-variables.css" }]
2425
],
2526
chainWebpack (config) {

0 commit comments

Comments
 (0)