SDH Veselice official website
Application uses Next.js project.
Development version runs on port 3000
. Just run following command and open your browser: http://localhost:3000
.
yarn run dev
Production build uses Next-gen Static Site Generation (SSG). It means that all pages are rendered build time.
yarn run build
Then you can find complete static website in out
directory.
Application (branch main
) is automatically deployed to Cloudflare pages. The latest main build is located
here sdhveselice.pages.dev
Production uses simple DNS CNAME record.
# apt install webp
# brew install webp
cwebp -q 75 -resize 1280 0 input.jpg -o output.webp
# crop image 16:9
magick input.jpeg -gravity center -crop 16:9 +repage output.jpeg