|
|
|
@@ -12,7 +12,7 @@ export default defineConfig({
|
|
|
|
head: [
|
|
|
|
head: [
|
|
|
|
[ 'meta', { name: 'viewport', content: 'width=device-width, initial-scale=1'}],
|
|
|
|
[ 'meta', { name: 'viewport', content: 'width=device-width, initial-scale=1'}],
|
|
|
|
[ 'link', { rel: 'icon', href: '/favicon.ico' }],
|
|
|
|
[ 'link', { rel: 'icon', href: '/favicon.ico' }],
|
|
|
|
// [ 'link', { rel: 'canonical', href: 'https://dexorder.com/' }],
|
|
|
|
[ 'link', { rel: 'canonical', href: 'https://dexorder.com/' }],
|
|
|
|
[ 'link', { rel: 'preconnect', href: 'https://fonts.googleapis.com' }],
|
|
|
|
[ 'link', { rel: 'preconnect', href: 'https://fonts.googleapis.com' }],
|
|
|
|
[ 'link', { rel: 'preconnect', href: 'https://fonts.gstatic.com', crossorigin: '' }],
|
|
|
|
[ 'link', { rel: 'preconnect', href: 'https://fonts.gstatic.com', crossorigin: '' }],
|
|
|
|
[ 'link', { rel: 'stylesheet', href: 'https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Victor+Mono:ital,wght@0,100..700;1,100..700&display=swap' }],
|
|
|
|
[ 'link', { rel: 'stylesheet', href: 'https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Victor+Mono:ital,wght@0,100..700;1,100..700&display=swap' }],
|
|
|
|
|