Skip to content

caprolactam/remix-cloudflare-sitemap

Repository files navigation

Create sitemap with Remix + Vite + Cloudflare

Clone repo and install packages:

git clone https://github.com/caprolactam/remix-cloudflare-sitemap.git
cd ./remix-cloudflare-sitemap
npm i

Build app for creating sitemap:

npm run build

Run the app with the dev server:

npm run dev

Then, visit http://localhost:5173/sitemap.xml.

Of course, You can run the app with Wrangler:

npm run start

Then, visit http://127.0.0.1:8788/sitemap.xml

What is this repo?

Creating a sitemap as static assets. I used Remix offial cloudflare template and @nasa-gcn/remix-seo. You can check the changes from commits.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published