Klaudiusz Dembler f9ec0b655b add custom OpenGraph preview for YPP landing page (#3558) | hai 1 ano | |
---|---|---|
.. | ||
src | %!s(int64=2) %!d(string=hai) anos | |
.cargo-ok | %!s(int64=2) %!d(string=hai) anos | |
.gitignore | %!s(int64=2) %!d(string=hai) anos | |
README.md | %!s(int64=2) %!d(string=hai) anos | |
package.json | hai 1 ano | |
tsconfig.json | %!s(int64=2) %!d(string=hai) anos | |
webpack.config.js | %!s(int64=2) %!d(string=hai) anos | |
wrangler.toml | hai 1 ano |
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