Skip to content

Commit

Permalink
fix: allow prerenderer to access static files
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Jun 23, 2023
1 parent ed69bae commit ba2772c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/presets/nitro-prerender.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import { defineNitroPreset } from "../preset";

export const nitroPrerender = defineNitroPreset({
extends: "node",
serveStatic: true,
entry: "#internal/nitro/entries/nitro-prerenderer",
output: {
serverDir: "{{ buildDir }}/prerender",
Expand Down

0 comments on commit ba2772c

Please sign in to comment.