tasko/lib/unsplash.ts
2024-02-15 20:49:19 -05:00

6 lines
157 B
TypeScript

import { createApi } from 'unsplash-js';
export const unsplash = createApi({
accessKey: process.env.NEXT_PUBLIC_UNSPLASH_ACCESS_KEY!,
fetch: fetch,
});