Fix TLD for GeoNames source (#29)

Updates TLD for GeoNames website from incorrect `.com` to `.org` and adds `www` to address to preserve HTTPS.
1 file changed
tree: aad0b51279049414d5e8b8810c5ed45e6748be78
  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.