Skip to content

Instantly share code, notes, and snippets.

View hebertreis's full-sized avatar

Hebert Reis hebertreis

  • CRE8 Tecnologia
  • Brazil, Sao Paulo
View GitHub Profile
@hebertreis
hebertreis / notion2blog.js
Last active January 27, 2020 05:42 — forked from mayneyao/notion2blog.js
Notion.so > Personal Blog | custom domain + disqus comment
const MY_DOMAIN = "rampbrasil.com"
const START_PAGE = "https://www.notion.so/Ramp-Brasil-683bf2c1c1854794a0561b60b0944e94"
//const DISQUS_SHORTNAME = "rampbrasil"
addEventListener('fetch', event => {
event.respondWith(fetchAndApply(event.request))
})
const corsHeaders = {
"Access-Control-Allow-Origin": "*",