fix: config cloudinary name
All checks were successful
create archive with lfs / tag (push) Successful in 4s
All checks were successful
create archive with lfs / tag (push) Successful in 4s
This commit is contained in:
parent
5fed4624c8
commit
e88feaa80f
@ -5,6 +5,11 @@
|
||||
import Tooltip from '../components/tooltip.svelte';
|
||||
import Window from '../components/window.svelte';
|
||||
import '../styles/app.css';
|
||||
import { configureCloudinary } from 'svelte-cloudinary';
|
||||
|
||||
configureCloudinary({
|
||||
cloudName: 'dgtwf7mar',
|
||||
});
|
||||
|
||||
export let data;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user