Klaudiusz Dembler f9ec0b655b add custom OpenGraph preview for YPP landing page (#3558) | 1 rok temu | |
---|---|---|
.. | ||
src | 2 lat temu | |
.cargo-ok | 2 lat temu | |
.gitignore | 2 lat temu | |
README.md | 2 lat temu | |
package.json | 1 rok temu | |
tsconfig.json | 2 lat temu | |
webpack.config.js | 2 lat temu | |
wrangler.toml | 1 rok temu |
This repository contains code for deploying a Cloudflare Worker that can be used to enable social previews generation for an Atlas instance. For an overview of this feature, see a section in docs. Cloudflare Worker can act as an entrypoint, as an alternative to Nginx config provided in ci/
directory, that will redirect social media crawlers to an instance of atlas-meta-server
.
Deploying:
# install Wrangler (CF Workers CLI)
yarn global add @cloudflare/wrangler
# login via your Cloudflare account
wrangler login
# find out your account ID
wrangler whoami
# at this point you will need to update `account_id` entry in wrangler.toml
# deploy to production
wrangler publish --env production