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:
6
libs/client.js
Normal file
6
libs/client.js
Normal file
@@ -0,0 +1,6 @@
|
||||
import { createClient } from 'microcms-js-sdk';
|
||||
|
||||
export const client = createClient({
|
||||
serviceDomain: 'yude',
|
||||
apiKey: process.env.MICROCMS_API_KEY,
|
||||
});
|
Reference in New Issue
Block a user