Skip to content

Commit

Permalink
fix: deprecated vike prerender
Browse files Browse the repository at this point in the history
  • Loading branch information
rtritto committed Jan 12, 2025
1 parent 36a5865 commit 1c6c8e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vike-node/src/plugin/plugins/edgePlugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import path from 'path'
import { promisify } from 'util'
import esbuild from 'esbuild'
import fs from 'fs/promises'
import { prerender } from 'vike/prerender'
import { prerender } from 'vike/api'
import { type Plugin, type ResolvedConfig } from 'vite'
import type { ConfigVikeNodeResolved, Runtime } from '../../types.js'
import { assert } from '../../utils/assert.js'
Expand Down

0 comments on commit 1c6c8e4

Please sign in to comment.