Klaudiusz Dembler f9ec0b655b add custom OpenGraph preview for YPP landing page (#3558) | преди 1 година | |
---|---|---|
.. | ||
src | преди 2 години | |
.cargo-ok | преди 2 години | |
.gitignore | преди 2 години | |
README.md | преди 2 години | |
package.json | преди 1 година | |
tsconfig.json | преди 2 години | |
webpack.config.js | преди 2 години | |
wrangler.toml | преди 1 година |
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