Created
February 21, 2019 02:42
-
-
Save mikehibm/2368f1e7c936c48d7074f12b9c6f6fd0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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