diff --git a/README.md b/README.md index 4e0eb087..7728a640 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ License Report a bug Ask a question -Ask a question +Ask a question Ask a question Open Bounties Rewarded Bounties diff --git a/client/app.vue b/client/app.vue index 8762056c..558d33ad 100644 --- a/client/app.vue +++ b/client/app.vue @@ -29,19 +29,21 @@ + + diff --git a/client/opnform.config.js b/client/opnform.config.js index 04cf4e51..ccf5a562 100644 --- a/client/opnform.config.js +++ b/client/opnform.config.js @@ -8,14 +8,14 @@ export default { "links": { "help_url": "https://github.com/JhumanJ/OpnForm/discussions", "helpdesk_sitemap_url": "https://notionforms.crisp.help/sitemap.xml", - "changelog_url": "https://opnform.canny.io/changelog", "github_url": "https://github.com/JhumanJ/OpnForm", "github_forum_url": "https://github.com/JhumanJ/OpnForm/discussions", 'discord': 'https://discord.gg/YTSjU2a9TS', "twitter": "https://twitter.com/OpnForm", "zapier_integration": "https://zapier.com/developer/public-invite/146950/58db583730cc46b821614468d94c35de/", "book_onboarding": "https://zcal.co/i/YQVGEULQ", - "feature_requests": "https://opnform.featurebase.app/", - "roadmap": "https://opnform.featurebase.app/roadmap", + "feature_requests": "https://feedback.opnform.com/", + "changelog_url": "https://feedback.opnform.com/changelog", + "roadmap": "https://feedback.opnform.com/roadmap", } } diff --git a/client/runtimeConfig.js b/client/runtimeConfig.js index 8c91c58b..e7db754a 100644 --- a/client/runtimeConfig.js +++ b/client/runtimeConfig.js @@ -13,6 +13,7 @@ export default { paidPlansEnabled: process.env.NUXT_PUBLIC_PAID_PLANS_ENABLED || false, customDomainsEnabled: process.env.NUXT_PUBLIC_CUSTOM_DOMAINS_ENABLED || false, useDummyImageProvider: process.env.NUXT_PUBLIC_IMAGE_OPTIMIZATION_DISABLED || false, + featureBaseOrganization: process.env.NUXT_PUBLIC_FEATURE_BASE_ORGANISATION || null, // Config within public will be also exposed to the client SENTRY_DSN_PUBLIC: process.env.SENTRY_DSN_PUBLIC,