update
This commit is contained in:
parent
3c24176311
commit
6da4555096
@ -12,7 +12,7 @@ import ViteComponents from 'unplugin-vue-components/vite'
|
||||
|
||||
const { resolve } = createResolver(import.meta.url)
|
||||
|
||||
const baseUrl = import.meta.env.URL || 'https://quantumbot.kz/'
|
||||
const baseUrl = import.meta.env.URL || 'https://quantumbot.kz'
|
||||
|
||||
export default defineNuxtConfig({
|
||||
devtools: { enabled: true },
|
||||
@ -51,7 +51,7 @@ export default defineNuxtConfig({
|
||||
},
|
||||
{
|
||||
property: 'og:image',
|
||||
content: `${baseUrl}web-app-manifest-192x192.png`,
|
||||
content: `${baseUrl}/web-app-manifest-192x192.png`,
|
||||
},
|
||||
{
|
||||
name: 'theme-color',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user