Skip to content

Instantly share code, notes, and snippets.

@mikehibm
Created February 21, 2019 02:42
Show Gist options
  • Save mikehibm/2368f1e7c936c48d7074f12b9c6f6fd0 to your computer and use it in GitHub Desktop.
Save mikehibm/2368f1e7c936c48d7074f12b9c6f6fd0 to your computer and use it in GitHub Desktop.
export default {
getSiteData: () => ({
siteTitle: 'Example Site',
gaID: 'UA-222333XXX-1'
}),
getRoutes: async () => {
//(... omitted ...)
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment