Skip to content

Commit

Permalink
Rolling back CDN changes
Browse files Browse the repository at this point in the history
  • Loading branch information
hellpanderrr committed Apr 6, 2024
1 parent 75d200e commit 3251312
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wiktionary_pron/scripts/lua_init.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ await lua.doString(`
--local resp = fetch(string.format('https://cdn.statically.io/gh/hellpanderrr/hellpanderrr.github.io/master/wiktionary_pron/lua_modules/%s.%s',path,extension) ):await()
local resp = fetch(string.format('https://cdn.jsdelivr.net/gh/hellpanderrr/hellpanderrr.github.io/wiktionary_pron/lua_modules/%s.%s',path,extension) ):await()
--local resp = fetch(string.format('../wiktionary_pron/lua_modules/%s.%s',path,extension) ):await()
--local resp = fetch(string.format('https://cdn.jsdelivr.net/gh/hellpanderrr/hellpanderrr.github.io/wiktionary_pron/lua_modules/%s.%s',path,extension) ):await()
local resp = fetch(string.format('../wiktionary_pron/lua_modules/%s.%s',path,extension) ):await()
local text = resp:text():await()
local module = load(text)()
Expand Down

0 comments on commit 3251312

Please sign in to comment.