Skip to content

Commit

Permalink
feat: use new branding
Browse files Browse the repository at this point in the history
  • Loading branch information
doinkythederp committed Jan 8, 2024
1 parent 71b6891 commit 968fed4
Show file tree
Hide file tree
Showing 10 changed files with 395 additions and 46 deletions.
20 changes: 10 additions & 10 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ import { defineConfig } from "astro/config";
import { VitePWA } from "vite-plugin-pwa";
import { manifest } from "./utils/seo";

import sentry from "@sentry/astro";

// https://astro.build/config
export default defineConfig({
integrations: [],
site: "https://3636.live",
vite: {
plugins: [
VitePWA({
manifest,
}),
],
},
});
integrations: [sentry()],
site: "https://3636.live",
vite: {
plugins: [VitePWA({
manifest
})]
}
});
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
},
"dependencies": {
"@divriots/jampack": "^0.21.1",
"@sentry/astro": "^7.92.0",
"astro": "^3.4.0",
"astro-seo": "^0.8.0",
"modern-normalize": "^2.0.0",
Expand Down
Loading

0 comments on commit 968fed4

Please sign in to comment.