I hereby claim:
- I am hypervillain on github.
- I am hypervillain (https://keybase.io/hypervillain) on keybase.
- I have a public key ASBVQkB2fqw_HUupzN58OW_VduzJ7sVCoHSlVfpKUntzkgo
To claim this, I am signing this object:
const { Octokit } = require('@octokit/rest') | |
const octo = new Octokit({ | |
auth: 'an-access-token-with-delete-repo-scope' | |
}) | |
/** try w/ one first 😛 */ | |
const repos = ['travis-tests'] | |
const owner = 'hypervillain' |
I hereby claim:
To claim this, I am signing this object:
import { Client } from '../prismic' | |
import SliceZone from 'next-slicezone' | |
import { useGetStaticProps, useGetStaticPaths } from 'next-slicezone/hooks' | |
import resolver from '../sm-resolver.js' | |
const Page = (props) => <SliceZone {...props} resolver={resolver} /> | |
export const getStaticProps = useGetStaticProps({ | |
client: Client(), |