king
2020-11-25 9cf5fc474d2159aad973e3208fbef670f325307f
src/index.js
@@ -54,7 +54,6 @@
sessionStorage.removeItem('isEditState')
sessionStorage.removeItem('loginError')
// fetch(`./${process.env.NODE_ENV === 'production' ? 'build/' : ''}options.json`)
fetch(`./options.json`)
  .then(response => response.json())
  .catch(() => {