workers-help
pages-help
general-help
durable-objects
workers-and-pages-discussions
pages-discussions
wrangler
coding-help
kv
š¦rust-on-workers
miniflare
stream
general-discussions
functions
zaraz
ā”instant-logs
email-routing
r2
pubsub-beta
analytics-engine
d1-database
queues
workers-for-platforms
workerd-runtime
web3
š¤turnstile
radar
web-research
logs-engine
cloudflare-go
terraform-provider-cloudflare
workers-ai
browser-rendering-api
logs-and-analytics
next-on-pages
cloudflare-ai
build-caching-beta
hyperdrive
vectorize
ai-gateway
python-workers-beta
vitest-integration-beta
workers-observability
workflows
vite-plugin
Serving SPA in subdirectory
404.html
in the root (https://developers.cloudflare.com/pages/configuration/serving-pages/#single-page-application-spa-rendering).
However, I want to have normal page serving behaviour for the root and most of the site, but have SPA style page serving in a specific subdirectory (e.g. example.com/spa/
) - so that any request URL that begins with /spa/*
responds with /spa/index.html
without redirecting. How could I achieve this?...what to do next after enabling HSTS?
DDoS Protection
Cannot deploy on pages after installing remix-pwa
What is the proper way to set up a route with next pages?

Pages not letting a custom domain that is already active on the same account
Pages app meltdown - internal error at functionsWorker
Just deployed a new version of my website.
third party github option for cloudflare pages
View bandwidth usage by pages website?
Website domain stuck at verifying but subdomains working
Pages Inactive (Erro
Preview branch, custom domain not supported
How to specify "production" deploy via wrangler?
Trouble getting Static Form Pages Plugin working with KV on Astro Site
astro.config.mjs
to use directory mode and src/env.d.ts
to include define Cloudflare runtime and KV type. Also updated KV namespace bindings on Cloudflare Pages > Settings > Fuctions. Also added a wrangler.toml
with the kv_namespaces.
Could someone just provide some psuedo code on how you would update this respondeWith
function that serializes the formData and saves it to a KV namespace?
```JavaScript
import staticFormsPlugin from "@cloudflare/pages-plugin-static-forms";...Different repositories at different paths
my.domain.com/
is processed by project domain-root
and my.domain.com/cool-dude
processed by project cool-dude
? Or does that have to be done via subdomains?