Files
vnidrop/docs
cdricms ac6e837560 docs: describe bug reports instead of telemetry
Update the site privacy policy (no telemetry/analytics, bug-report only, v1.2)
and the README/apple README to reflect that only user-submitted bug reports
remain.
2026-08-02 10:03:29 +02:00
..

VniDrop website

The product website for VniDrop, built with Next.js and exported as a static site.

Local development

# From the repository root:
make run-docs

Open http://localhost:3000.

Checks

make check-docs

The production build is written to out/ and can be hosted by any static web server.

Set NEXT_PUBLIC_SITE_URL to the canonical production origin when building for deployment so Open Graph and Twitter image URLs resolve to the public site. Vercel deployment URLs are detected automatically.