mirror of
https://github.com/yude-jp/yude.jp
synced 2024-11-05 09:58:00 +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,
|
|
}); |