Fix wrong url being generated for shared diagrams

This commit is contained in:
1ilit
2024-09-01 19:52:23 +04:00
parent 9aec2f02d0
commit 59a388f44c
4 changed files with 15 additions and 32 deletions

5
src/data/octokit.js Normal file
View File

@@ -0,0 +1,5 @@
import { Octokit } from "octokit";
export const octokit = new Octokit({
auth: import.meta.env.VITE_GITHUB_ACCESS_TOKEN,
});