diff --git a/superpage/astro.config.mjs b/superpage/astro.config.mjs index 08b2c70..3e78ad2 100644 --- a/superpage/astro.config.mjs +++ b/superpage/astro.config.mjs @@ -1,31 +1,38 @@ // @ts-check -import { defineConfig } from 'astro/config' +import { defineConfig } from "astro/config"; -import tailwindcss from '@tailwindcss/vite' -import partytown from '@astrojs/partytown' -import sitemap from '@astrojs/sitemap' -import alpinejs from '@astrojs/alpinejs' -import icon from 'astro-icon' +import tailwindcss from "@tailwindcss/vite"; +import partytown from "@astrojs/partytown"; +import sitemap from "@astrojs/sitemap"; +import alpinejs from "@astrojs/alpinejs"; +import icon from "astro-icon"; -import react from '@astrojs/react'; +import react from "@astrojs/react"; -import mdx from '@astrojs/mdx'; +import mdx from "@astrojs/mdx"; // https://astro.build/config export default defineConfig({ - site: 'https://eduseg.com.br', - integrations: [sitemap(), icon(), alpinejs(), partytown({ - config: { - forward: ['dataLayer.push', 'fbq'], - debug: false, - }, - }), react(), mdx()], + site: "https://eduseg.com.br", + integrations: [ + react(), + mdx(), + sitemap(), + icon(), + alpinejs(), + partytown({ + config: { + forward: ["dataLayer.push", "fbq"], + debug: false, + }, + }), + ], prefetch: true, vite: { plugins: [tailwindcss()], }, server: { - host: '0.0.0.0', - allowedHosts: ['macos.sergio.run'], + host: "0.0.0.0", + allowedHosts: ["macos.sergio.run"], }, -}) \ No newline at end of file +}); diff --git a/superpage/src/content/courses/boas-praticas-em-manipulcao-de-alimentos.md b/superpage/src/content/courses/boas-praticas-em-manipulcao-de-alimentos.mdx similarity index 93% rename from superpage/src/content/courses/boas-praticas-em-manipulcao-de-alimentos.md rename to superpage/src/content/courses/boas-praticas-em-manipulcao-de-alimentos.mdx index 2b25af5..eb8c8af 100644 --- a/superpage/src/content/courses/boas-praticas-em-manipulcao-de-alimentos.md +++ b/superpage/src/content/courses/boas-praticas-em-manipulcao-de-alimentos.mdx @@ -8,5 +8,4 @@ draft: false course: hours: 8 trainer: francis - modules: [] --- diff --git a/superpage/src/content/courses/cipa-grau-de-risco-1.md b/superpage/src/content/courses/cipa-grau-de-risco-1.mdx similarity index 92% rename from superpage/src/content/courses/cipa-grau-de-risco-1.md rename to superpage/src/content/courses/cipa-grau-de-risco-1.mdx index 7916eaa..2d4398f 100644 --- a/superpage/src/content/courses/cipa-grau-de-risco-1.md +++ b/superpage/src/content/courses/cipa-grau-de-risco-1.mdx @@ -8,5 +8,4 @@ draft: false course: hours: 8 trainer: francis - modules: [] --- diff --git a/superpage/src/content/courses/cipa-grau-de-risco-2.md b/superpage/src/content/courses/cipa-grau-de-risco-2.mdx similarity index 92% rename from superpage/src/content/courses/cipa-grau-de-risco-2.md rename to superpage/src/content/courses/cipa-grau-de-risco-2.mdx index 9eafaf1..faec299 100644 --- a/superpage/src/content/courses/cipa-grau-de-risco-2.md +++ b/superpage/src/content/courses/cipa-grau-de-risco-2.mdx @@ -8,5 +8,4 @@ draft: false course: hours: 8 trainer: francis - modules: [] --- diff --git a/superpage/src/content/courses/cipa-grau-de-risco-3-terico.md b/superpage/src/content/courses/cipa-grau-de-risco-3-terico.mdx similarity index 100% rename from superpage/src/content/courses/cipa-grau-de-risco-3-terico.md rename to superpage/src/content/courses/cipa-grau-de-risco-3-terico.mdx diff --git a/superpage/src/content/courses/cipa-grau-de-risco-3.md b/superpage/src/content/courses/cipa-grau-de-risco-3.mdx similarity index 100% rename from superpage/src/content/courses/cipa-grau-de-risco-3.md rename to superpage/src/content/courses/cipa-grau-de-risco-3.mdx diff --git a/superpage/src/content/courses/cipa.md b/superpage/src/content/courses/cipa.mdx similarity index 90% rename from superpage/src/content/courses/cipa.md rename to superpage/src/content/courses/cipa.mdx index b899e95..f2bd6e6 100644 --- a/superpage/src/content/courses/cipa.md +++ b/superpage/src/content/courses/cipa.mdx @@ -8,5 +8,4 @@ draft: false course: hours: 8 trainer: francis - modules: [] ---