Skip to content

Commit

Permalink
test: avoid prerendering icon.png
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Jan 16, 2024
1 parent 5d896ff commit cb220f7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion test/fixture/nitro.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export default defineNitroConfig({
ignore: [
// '/api/param/'
],
routes: ["/prerender", "/icon.png", "/404"],
routes: ["/prerender", "/404"],
},
experimental: {
openAPI: true,
Expand Down
1 change: 0 additions & 1 deletion test/presets/cloudflare-pages.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ describe("nitro:preset:cloudflare-pages", async () => {
"/blog/static/*",
"/build/*",
"/favicon.ico",
"/icon.png",
"/json-string",
"/api/hello",
"/prerender/index.html",
Expand Down

0 comments on commit cb220f7

Please sign in to comment.