cloudflare/vinext

Public

mirrored fromhttps://github.com/cloudflare/vinextAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
23f9e1e13decb3ee024adc6a091b9252427f8e2e

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

examples/nextra-docs-template/wrangler.jsonc

11lines · modecode

1{
2 "$schema": "node_modules/wrangler/config-schema.json",
3 "name": "nextra-docs-template",
4 "compatibility_date": "2026-02-12",
5 "compatibility_flags": ["nodejs_compat"],
6 "main": "vinext/server/app-router-entry",
7 "preview_urls": true,
8 "assets": {
9 "not_found_handling": "none"
10 }
11}
12