Skip to content

Commit

Permalink
missing changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ulfgebhardt committed Mar 26, 2024
1 parent 8d5fc67 commit 48b4a61
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions presenter/renderer/+onRenderHtml.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { renderToString as renderToString_ } from '@vue/server-renderer'
import { escapeInject, dangerouslySkipEscape } from 'vike/server'
import { PageContext, PageContextServer } from 'vike/types'
// import { resolveComponent } from 'vue'

import logoUrl from '#assets/favicon.ico'
import image from '#assets/img/dreammall-logo_social.png'
Expand All @@ -12,11 +11,6 @@ import { getDescription, getTitle } from './utils'

import type { App } from 'vue'

// this fixes a warning which occurs when building
// > "resolveComponent" is imported from external module "vue" but never used in ...
// running this here fixes the warning and should not impact anything due to prerender setting.
// resolveComponent('nothing')

async function render(pageContext: PageContextServer & PageContext) {
const { app, i18n } = createApp(pageContext, false)

Expand Down

0 comments on commit 48b4a61

Please sign in to comment.