mirror of
https://github.com/ahmadk953/tasko.git
synced 2025-01-31 00:53:37 +00:00
Updated Unsplash Access Key ENV Name
This commit is contained in:
parent
6df8dc301e
commit
d99f17c9d1
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
import { createApi } from 'unsplash-js';
|
||||
|
||||
export const unsplash = createApi({
|
||||
accessKey: process.env.NEXT_PUBLIC_UNSPLASH_ACCESS_KEY!,
|
||||
accessKey: process.env.UNSPLASH_ACCESS_KEY!,
|
||||
fetch: fetch,
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue