mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-19 01:45:53 +00:00
fix(nuxt): remove path
from SPA payload (#21732)
This commit is contained in:
parent
068ab19aab
commit
6b8cb97d54
@ -127,7 +127,6 @@ const getSPARenderer = lazyCachedFunction(async () => {
|
||||
const renderToString = (ssrContext: NuxtSSRContext) => {
|
||||
const config = useRuntimeConfig()
|
||||
ssrContext!.payload = {
|
||||
path: ssrContext.url,
|
||||
_errors: {},
|
||||
serverRendered: false,
|
||||
data: {},
|
||||
|
Loading…
Reference in New Issue
Block a user