feat: use blue favicon for dev/preview mode
This commit is contained in:
parent
834eca2ad2
commit
d0ec3676b8
3 changed files with 6 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
|||
<script setup>
|
||||
const sub = import.meta.env.DEV ? 'dev' : window.location.hostname.includes('deploy-preview') ? 'preview' : 'alpha'
|
||||
const sub = process.dev ? 'dev' : window.location.hostname.includes('deploy-preview') ? 'preview' : 'alpha'
|
||||
</script>
|
||||
|
||||
<template>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue