mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-27 08:02:01 +00:00
Use render.bundleRenderer
This commit is contained in:
parent
a0c4709777
commit
4098e68983
@ -1,6 +1,6 @@
|
|||||||
module.exports = {
|
module.exports = {
|
||||||
build: {
|
render: {
|
||||||
ssr: {
|
bundleRenderer: {
|
||||||
cache: require('lru-cache')({
|
cache: require('lru-cache')({
|
||||||
max: 1000,
|
max: 1000,
|
||||||
maxAge: 1000 * 60 * 15
|
maxAge: 1000 * 60 * 15
|
||||||
|
Loading…
Reference in New Issue
Block a user