mirror of
https://github.com/yude-jp/yude.jp
synced 2024-11-17 02:52:38 +09:00
6 lines
154 B
JavaScript
6 lines
154 B
JavaScript
|
import { createClient } from 'microcms-js-sdk';
|
||
|
|
||
|
export const client = createClient({
|
||
|
serviceDomain: 'yude',
|
||
|
apiKey: process.env.MICROCMS_API_KEY,
|
||
|
});
|