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