diff --git a/client/.env.docker b/client/.env.docker index 65a5ff9a..3b55165b 100644 --- a/client/.env.docker +++ b/client/.env.docker @@ -10,5 +10,4 @@ NUXT_PUBLIC_GOOGLE_ANALYTICS_CODE= NUXT_PUBLIC_H_CAPTCHA_SITE_KEY= NUXT_PUBLIC_PAID_PLANS_ENABLED=false NUXT_PUBLIC_S3_ENABLED=false -NUXT_PUBLIC_IMAGE_OPTIMIZATION_DISABLED=true NUXT_API_SECRET= diff --git a/client/components/forms/ImageInput.vue b/client/components/forms/ImageInput.vue index 26bbe076..63bbc57f 100644 --- a/client/components/forms/ImageInput.vue +++ b/client/components/forms/ImageInput.vue @@ -22,7 +22,7 @@
-
-
diff --git a/client/components/vendor/appsumo/AppSumoRegister.vue b/client/components/vendor/appsumo/AppSumoRegister.vue
index 10da03c6..082d5905 100644
--- a/client/components/vendor/appsumo/AppSumoRegister.vue
+++ b/client/components/vendor/appsumo/AppSumoRegister.vue
@@ -1,8 +1,8 @@
We found your AppSumo Lifetime deal license! Just complete the registration form to finalize the activation of
@@ -10,9 +10,9 @@
Invalid AppSumo license. The license was probably already attached to an OpnForm account. Please contact support.
diff --git a/client/error.vue b/client/error.vue
index e77a9549..18d33b5f 100644
--- a/client/error.vue
+++ b/client/error.vue
@@ -3,7 +3,7 @@
@@ -55,7 +55,7 @@
@@ -68,7 +68,7 @@
@@ -103,7 +103,7 @@
-
-
Page Not Found
diff --git a/client/lib/images/dummy-image-provider.js b/client/lib/images/dummy-image-provider.js
deleted file mode 100644
index 86d5dd56..00000000
--- a/client/lib/images/dummy-image-provider.js
+++ /dev/null
@@ -1,21 +0,0 @@
-import { joinURL } from 'ufo'
-import { createOperationsGenerator } from '#image'
-
-const operationsGenerator = createOperationsGenerator()
-
-export const getImage = (
- src,
- { modifiers = {}, baseURL } = {}
-) => {
-
- if (!baseURL) {
- // also support runtime config
- baseURL = useRuntimeConfig().public.siteUrl
- }
-
- const operations = operationsGenerator(modifiers)
-
- return {
- url: joinURL(baseURL, src + (operations ? '?' + operations : '')),
- }
-}
diff --git a/client/nuxt.config.ts b/client/nuxt.config.ts
index 19ed8a90..53062d90 100644
--- a/client/nuxt.config.ts
+++ b/client/nuxt.config.ts
@@ -64,18 +64,6 @@ export default defineNuxtConfig({
}
}
},
- image: runtimeConfig.public.useDummyImageProvider ? {
- provider: 'dummy',
- providers: {
- dummy: {
- provider: '~/lib/images/dummy-image-provider.js',
- }
- }
- } :{
- quality: 95,
- format: 'webp',
- domains: ['images.unsplash.com']
- },
sourcemap: true,
vite: {
plugins: [
diff --git a/client/pages/ai-form-builder.vue b/client/pages/ai-form-builder.vue
index 9a0affbf..1ed634c6 100644
--- a/client/pages/ai-form-builder.vue
+++ b/client/pages/ai-form-builder.vue
@@ -42,7 +42,7 @@
Building forms made easy
@@ -129,7 +129,7 @@
Customized forms work wonders
@@ -152,7 +152,7 @@
Share your forms anywhere
@@ -200,7 +200,7 @@
-
@@ -214,7 +214,7 @@
-
@@ -228,7 +228,7 @@
-
@@ -242,7 +242,7 @@
-
@@ -422,11 +422,11 @@
-
-