Skip to content

remove doc comment in Cloudflare get started telling people to use the app router instead of the pages one #127

remove doc comment in Cloudflare get started telling people to use the app router instead of the pages one

remove doc comment in Cloudflare get started telling people to use the app router instead of the pages one #127

Workflow file for this run

name: Validate merge requests
on:
pull_request:
branches:
- main
jobs:
validate:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- uses: oven-sh/setup-bun@v2
- uses: ./.github/actions/build-docs