Update new dashboard popup message

This commit is contained in:
Gabriel Massadas
2024-03-09 23:49:14 +00:00
parent b9ab34b6a5
commit 8a7fac2b6e
3 changed files with 9 additions and 7 deletions
+4 -4
View File
@@ -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,
@@ -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.<br>
<br>
Please report issues here: <a href="https://github.com/G4brym/R2-Explorer/issues/58" target="_blank">https://github.com/G4brym/R2-Explorer/issues/58</a><br>
Please report issues here: <a href="https://github.com/G4brym/R2-Explorer/issues" target="_blank">https://github.com/G4brym/R2-Explorer/issues</a><br>
<br>
If you would like to continue using the old Dashboard: <a href="/v1.0/">click here</a><br>
If you would like to continue using the old Dashboard, please follow this <a
href="https://r2explorer.dev/guides/continue-using-legacy-dashboard/" target="_blank">guide from the
documentation</a><br>
<br>
Thank you for being a part of our journey towards excellence! 🌟<br>
<br>
+1 -1
View File
@@ -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,
};