mirror of
https://github.com/lukevella/rallly.git
synced 2025-08-06 09:59:00 +02:00
♿️ Make view port scalable (#1560)
This commit is contained in:
parent
8519631c96
commit
cb27ae9ea7
2 changed files with 0 additions and 4 deletions
|
@ -31,8 +31,6 @@ export async function generateStaticParams() {
|
||||||
export const viewport: Viewport = {
|
export const viewport: Viewport = {
|
||||||
width: "device-width",
|
width: "device-width",
|
||||||
initialScale: 1,
|
initialScale: 1,
|
||||||
maximumScale: 1,
|
|
||||||
userScalable: false,
|
|
||||||
};
|
};
|
||||||
|
|
||||||
export default async function Root({
|
export default async function Root({
|
||||||
|
|
|
@ -19,8 +19,6 @@ const inter = Inter({
|
||||||
export const viewport: Viewport = {
|
export const viewport: Viewport = {
|
||||||
width: "device-width",
|
width: "device-width",
|
||||||
initialScale: 1,
|
initialScale: 1,
|
||||||
maximumScale: 1,
|
|
||||||
userScalable: false,
|
|
||||||
};
|
};
|
||||||
|
|
||||||
export default async function Root({
|
export default async function Root({
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue