This is an automated email from the ASF dual-hosted git repository.
bchapuis pushed a change to branch nextjs
in repository https://gitbox.apache.org/repos/asf/incubator-baremaps-site.git
from 8515101 Minor changes
add 80dafdd Fix issues and add lock files
add 6a4edbd Add serve package
add abfff4e Add build and publish workflow
No new revisions were added by this update.
Summary of changes:
.github/workflows/publish.yml | 30 +
.gitignore | 1 +
components/map/index.tsx | 12 +-
next.config.js | 10 +-
package-lock.json | 8198 +++++++++++++++++++++++++++++++++++++++++
package.json | 7 +-
pages/_meta.json | 2 +-
pages/index.mdx | 160 +-
pnpm-lock.yaml | 2 +
9 files changed, 8250 insertions(+), 172 deletions(-)
create mode 100644 .github/workflows/publish.yml
create mode 100644 package-lock.json