fix image preview
This commit is contained in:
@@ -2,7 +2,7 @@ export default defineNuxtConfig({
|
||||
future: {
|
||||
compatibilityVersion: 4,
|
||||
},
|
||||
ssr: true,
|
||||
ssr: false,
|
||||
srcDir: 'app/',
|
||||
dir: {
|
||||
public: 'public/'
|
||||
@@ -20,6 +20,14 @@ export default defineNuxtConfig({
|
||||
buildAssetsDir: '_nuxt',
|
||||
head: {
|
||||
title: 'Seasoned',
|
||||
meta: [
|
||||
{ property: 'og:site_name', content: 'Seasoned' },
|
||||
{ property: 'og:title', content: 'AI powered recipe app' },
|
||||
{ property: 'og:description', content: 'Discover and preserve tradtions in one place.' },
|
||||
{ property: 'og:image', content: 'https://seasoned.ddns.net/images/image-preview.png' },
|
||||
{ property: 'og:type', content: 'website' },
|
||||
{ name: 'twitter:card', content: 'summary_large_image' }
|
||||
],
|
||||
link: [
|
||||
{ rel: 'icon', type: 'image/x-icon', href: '/favicon.ico' },
|
||||
{ rel: 'apple-touch-icon', sizes: '180x180', href: '/apple-touch-icon.png' },
|
||||
|
||||
Reference in New Issue
Block a user