A calm place to write long-form, and publish it to the open social web. skypress.blog/
0

Configure Feed

Select the types of activity you want to include in your feed.

at trunk 185 B View raw
1// src/scripts/embed-facade.ts 2// Browser entry: wire facade play buttons once the article DOM is present. 3import { initEmbedFacades } from '../lib/embeds/facade'; 4 5initEmbedFacades();