Skip to content

Commit

Permalink
chore(deps): bulk updates (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
glsignal authored Dec 20, 2024
1 parent c88541f commit b629641
Show file tree
Hide file tree
Showing 6 changed files with 9,384 additions and 8,007 deletions.
4 changes: 4 additions & 0 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,21 @@ import mdx from "@astrojs/mdx";
import sitemap from "@astrojs/sitemap";
import tailwind from "@astrojs/tailwind";
import prefetch from "@astrojs/prefetch";
import icon from "astro-icon";

import partytown from "@astrojs/partytown";

// https://astro.build/config
export default defineConfig({
site: "https://alasco.tech",
output: "static",
outDir: "./dist",
integrations: [
mdx(),
sitemap(),
tailwind(),
prefetch(),
icon(),
partytown({
config: {
forward: ["dataLayer.push"],
Expand Down
Loading

0 comments on commit b629641

Please sign in to comment.