Added a bullshit build without the CMS to make sure I can deploy something
This commit was merged in pull request #5.
This commit is contained in:
@@ -44,6 +44,8 @@ export const getStaticProps = async ({ params }) => {
|
||||
*
|
||||
* So a blog post at "content/posts/hello.md" would
|
||||
* be viewable at http://localhost:3000/posts/hello
|
||||
*
|
||||
* @returns {Promise} A promise with static paths.
|
||||
*/
|
||||
export const getStaticPaths = async () => {
|
||||
const postsListData = await client.queries.postConnection();
|
||||
|
||||
Reference in New Issue
Block a user