Bump next from 13.2.3 to 13.5.0

Bumps [next](https://github.com/vercel/next.js) from 13.2.3 to 13.5.0.
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/compare/v13.2.3...v13.5.0)

---
updated-dependencies:
- dependency-name: next
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2 files changed
tree: af77211fb9cac3e5b4f3779e1f10f37e16a07a25
  1. .github/
  2. public/
  3. src/
  4. .asf.yaml
  5. .gitignore
  6. .prettierignore
  7. .prettierrc
  8. CNAME
  9. next-env.d.ts
  10. next.config.js
  11. package-lock.json
  12. package.json
  13. pnpm-lock.yaml
  14. README.md
  15. release.md
  16. theme.config.tsx
  17. tsconfig.json
README.md

Apache Baremaps Website

This repository contains the sources of the Apache Baremaps Website.

Local Development

First, run pnpm i to install the dependencies.

Then, run pnpm dev to start the development server and visit localhost:3000.

Formatting

This project uses Prettier to format the code.

You can run pnpm format or npm run format to format the code.