docs: note about preview deploy
This commit is contained in:
parent
1a074aaff6
commit
abaf4a2f54
3 changed files with 36 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
import { usePreferences } from '~/composables/settings'
|
||||
|
||||
const route = useRoute()
|
||||
const userSettings = useUserSettings()
|
||||
const info = useBuildInfo()
|
||||
|
||||
const wideLayout = computed(() => route.meta.wideLayout ?? false)
|
||||
|
||||
|
@ -63,7 +63,9 @@ const isGrayscale = usePreferences('grayscaleMode')
|
|||
<div sticky top-0 h-screen flex="~ col" gap-2 py3 ms-2>
|
||||
<slot name="right">
|
||||
<div flex-auto />
|
||||
|
||||
<PwaPrompt />
|
||||
<LazyCommonPreviewPrompt v-if="info.env === 'preview'" />
|
||||
<NavFooter />
|
||||
</slot>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue