mobile scaling (hopefully)
This commit is contained in:
parent
7a3f47d610
commit
1374ea18d6
|
|
@ -9,7 +9,10 @@ export default defineNuxtConfig({
|
|||
},
|
||||
app: {
|
||||
//baseURL: "/dev/",
|
||||
pageTransition: { name: 'page', mode: 'out-in' }
|
||||
pageTransition: { name: 'page', mode: 'out-in' },
|
||||
head: {
|
||||
viewport: 'width=device-width'
|
||||
},
|
||||
},
|
||||
appConfig: {
|
||||
umami: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue