0
0
mirror of https://github.com/yude-jp/yude.jp synced 2025-10-13 03:38:36 +09:00

Add posts/

This commit is contained in:
2021-09-06 10:39:12 +09:00
parent 7099eac000
commit 39457ec092
3 changed files with 118 additions and 0 deletions

6
libs/client.js Normal file
View File

@@ -0,0 +1,6 @@
import { createClient } from 'microcms-js-sdk';
export const client = createClient({
serviceDomain: 'yude',
apiKey: process.env.MICROCMS_API_KEY,
});