mirror of
https://github.com/cloudflare/vinext.git
synced 2026-05-09 08:25:34 +02:00
[PR #221] [CLOSED] fix: add directory to wrangler assets config for static export #399
Labels
No labels
enhancement
enhancement
good first issue
help wanted
nextjs-tracking
nextjs-tracking
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vinext#399
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/cloudflare/vinext/pull/221
Author: @arifpro
Created: 3/2/2026
Status: ❌ Closed
Base:
main← Head:fix/219-wrangler-assets-directory📝 Commits (6)
814b37afix: add directory to wrangler assets config for static exportdc26467Merge remote-tracking branch 'origin/main' into fix/219-wrangler-assets-directory9f4d552fix: address review comments on static export wrangler configc6fcf23test: update and expand deploy tests for static export2a4ee2efix: address bonk review comments on static export deployde1051ffix: keep compatibility_flags and images in wrangler config for static export📊 Changes
2 files changed (+336 additions, -20 deletions)
View changed files
📝
packages/vinext/src/deploy.ts(+181 -19)📝
tests/deploy.test.ts(+155 -1)📄 Description
When using output: 'export' in next.config.ts, wrangler 4.69.0 requires
the assets config to include a directory property. This fix:
pre-optimized at build time)
Fixes #219
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.