Skip to content

Commit

Permalink
add new url
Browse files Browse the repository at this point in the history
  • Loading branch information
Ambushfall authored Jun 27, 2024
1 parent f1b12cf commit 62a04e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editor.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const CSS_LINKS = [`https://cdnjs.cloudflare.com/ajax/libs/github-markdown-css/5.2.0/github-markdown.min.css`];

const CHEATSHEET = fetch("https://ambushfall-next13-app.vercel.app/MD_CHEATSHEET.MD").then(res => res.text())
const CHEATSHEET = fetch("https://ambushfall.com/MD_CHEATSHEET.MD").then(res => res.text())

const MD_CFG = {
// async: true,
Expand Down

0 comments on commit 62a04e2

Please sign in to comment.