diff --git a/packages/dashboard/quasar.config.js b/packages/dashboard/quasar.config.js index a64f005..20d88f4 100644 --- a/packages/dashboard/quasar.config.js +++ b/packages/dashboard/quasar.config.js @@ -14,14 +14,14 @@ const { configure } = require('quasar/wrappers'); module.exports = configure(function (/* ctx */) { return { - eslint: { + // eslint: { // fix: true, // include: [], // exclude: [], // rawOptions: {}, - warnings: true, - errors: true - }, + // warnings: true, + // errors: true + // }, // https://v2.quasar.dev/quasar-cli-vite/prefetch-feature // preFetch: true, diff --git a/packages/dashboard/src/components/main/LeftSidebar.vue b/packages/dashboard/src/components/main/LeftSidebar.vue index ad50d0e..87fafcf 100644 --- a/packages/dashboard/src/components/main/LeftSidebar.vue +++ b/packages/dashboard/src/components/main/LeftSidebar.vue @@ -56,9 +56,11 @@ To revisit this message in the future, simply click on the question mark icon located in the left corner. Your feedback is invaluable to us, so don't hesitate to reach out with any thoughts or concerns.

- Please report issues here: https://github.com/G4brym/R2-Explorer/issues/58
+ Please report issues here: https://github.com/G4brym/R2-Explorer/issues

- If you would like to continue using the old Dashboard: click here
+ If you would like to continue using the old Dashboard, please follow this guide from the + documentation

Thank you for being a part of our journey towards excellence! 🌟

diff --git a/packages/worker/dev/index.ts b/packages/worker/dev/index.ts index 03ee8d8..60321d5 100644 --- a/packages/worker/dev/index.ts +++ b/packages/worker/dev/index.ts @@ -4,7 +4,7 @@ const baseConfig = { readonly: false, cors: true, showHiddenFiles: true, - dashboardUrl: "https://dashboard-v1.r2-explorer-dashboard.pages.dev/", + // dashboardUrl: "https://dashboard-v1.r2-explorer-dashboard.pages.dev/", cacheAssets: false, };