Skip to content

Commit

Permalink
Merge branch 'prod' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
alexisdechiara committed Jul 31, 2023
2 parents 43100ec + 5de54a9 commit acc62de
Show file tree
Hide file tree
Showing 5 changed files with 2,244 additions and 2,012 deletions.
3 changes: 2 additions & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import compress from "astro-compress";
import basicSsl from "@vitejs/plugin-basic-ssl";
import storyblok from "@storyblok/astro";
import VitePluginBrowserSync from "vite-plugin-browser-sync";
import robotsTxt from "astro-robots-txt";
import { loadEnv } from "vite";
import vercel from '@astrojs/vercel/static';
const env = loadEnv("", process.cwd(), "STORYBLOK");
Expand Down Expand Up @@ -56,7 +57,7 @@ export default defineConfig({
callToAction: "storyblok/CallToAction",
error: "storyblok/Error"
}
}), partytown(), sitemap(), compress()],
}), partytown(), sitemap(), compress(), robotsTxt()],
vite: {
plugins: [basicSsl(), VitePluginBrowserSync({
bs: {
Expand Down
Loading

0 comments on commit acc62de

Please sign in to comment.