From 003deea0b3893a570769501b155d9fd7466ae574 Mon Sep 17 00:00:00 2001 From: Suvodip Ghosh Date: Wed, 22 Feb 2023 20:43:00 +0530 Subject: [PATCH] directusDomain --- src/components/Administrators.vue | 10 ++--- src/components/Audio-books.vue | 20 +++++----- src/components/Audio-literacy.vue | 10 ++--- src/components/Audio-mathematics.vue | 10 ++--- src/components/Audio-worlds.vue | 10 ++--- src/components/AudioBookModal.vue | 6 +-- src/components/Blog.vue | 4 +- src/components/BlogFaq.vue | 2 +- src/components/BlogGetinTouch.vue | 2 +- src/components/Dailyplan.vue | 6 +-- src/components/Educators.vue | 4 +- src/components/Homepage.vue | 4 +- src/components/Monthlyplan.vue | 6 +-- src/components/OccasionAudioBook.vue | 8 ++-- src/components/OccassionVideo.vue | 10 ++--- src/components/Premium.vue | 2 +- src/components/Slider.vue | 4 +- src/components/SliderLessonplan.vue | 4 +- src/components/TestSwiper.vue | 4 +- src/components/Themes.vue | 48 +++++++++++------------ src/components/ThemesAudioBook.vue | 8 ++-- src/components/ThemesVideos.vue | 10 ++--- src/components/Video-literacy.vue | 8 ++-- src/components/Video-mathematics.vue | 8 ++-- src/components/Video-world.vue | 8 ++-- src/components/Videos.vue | 14 +++---- src/components/Weeklyplan.vue | 6 +-- src/components/Worksheets-literacy.vue | 10 ++--- src/components/Worksheets-mathematics.vue | 10 ++--- src/components/Worksheets-world.vue | 10 ++--- src/components/Worksheets.vue | 22 +++++------ src/pages/blog/[id].astro | 6 +-- src/pages/index.astro | 2 +- src/pages/occasion/index.astro | 30 +++++++------- src/pages/themes/[id].astro | 32 +++++++-------- src/pages/themes/index.astro | 32 +++++++-------- 36 files changed, 195 insertions(+), 195 deletions(-) diff --git a/src/components/Administrators.vue b/src/components/Administrators.vue index a536880..eaf4a5f 100644 --- a/src/components/Administrators.vue +++ b/src/components/Administrators.vue @@ -54,7 +54,7 @@

Find relevant helpful articles for marketing preschool solutions below and get to know more about the same.

- +
{{ marketing.date}}

{{ marketing.title}}

@@ -135,7 +135,7 @@

Read the most suitable administration preschool solutions and be familiar with all necessary information for your management decisions.

- +
{{ adminstration.date}}

{{ adminstration.meta}}

@@ -427,7 +427,7 @@ export default { // }, // body: JSON.stringify(formData) // }; - // fetch('https://curriculum-app-api.beanstalkedu.com/items/contact_form', dataToSave) + // fetch('https://management.beanstalkedu.com/items/contact_form', dataToSave) // .then(response => response.json()) // .then(data => this.contact_form = data.data); // // console.log(this.contact_form) @@ -435,13 +435,13 @@ export default { // } }, mounted: function () { - fetch('https://curriculum-app-api.beanstalkedu.com/items/blog?filter[status][_eq]=published&filter[category][_eq]=marketing&limit=3&sort=sort,-date_created&filter[property][_eq]=teenybeans_curriculum') + fetch('https://management.beanstalkedu.com/items/blog?filter[status][_eq]=published&filter[category][_eq]=marketing&limit=3&sort=sort,-date_created&filter[property][_eq]=teenybeans_curriculum') .then(resp => resp.json()) .then(data => { this.marketing=data.data // console.log(this.marketing) }) - fetch('https://curriculum-app-api.beanstalkedu.com/items/blog?filter[status][_eq]=published&filter[category][_eq]=adminstration&limit=3&sort=sort,-date_created&filter[property][_eq]=teenybeans_curriculum') + fetch('https://management.beanstalkedu.com/items/blog?filter[status][_eq]=published&filter[category][_eq]=adminstration&limit=3&sort=sort,-date_created&filter[property][_eq]=teenybeans_curriculum') .then(resp => resp.json()) .then(data => { this.adminstration=data.data diff --git a/src/components/Audio-books.vue b/src/components/Audio-books.vue index 92ddeea..3e11fde 100644 --- a/src/components/Audio-books.vue +++ b/src/components/Audio-books.vue @@ -39,7 +39,7 @@
- +

{{audiobooks.title}}

@@ -61,14 +61,14 @@