fix: config cloudinary name
All checks were successful
create archive with lfs / tag (push) Successful in 4s

This commit is contained in:
dusk 2025-01-02 17:36:43 +09:00
parent 5fed4624c8
commit e88feaa80f
Signed by: dusk
SSH Key Fingerprint: SHA256:Abmvag+juovVufZTxyWY8KcVgrznxvBjQpJesv071Aw

View File

@ -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;