Skip to content

Commit

Permalink
Add Spotlight (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
shenanigansd authored Jun 26, 2024
1 parent 0c33962 commit 72d21cb
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 9 deletions.
18 changes: 9 additions & 9 deletions astro.config.mjs
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
import { defineConfig } from "astro/config";
import sentry from "@sentry/astro";
import spotlightjs from "@spotlightjs/astro";

// https://astro.build/config
export default defineConfig({
integrations: [
sentry({
dsn: "https://[email protected]/4506532398432256",
sourceMapsUploadOptions: {
project: "bradley-dog",
authToken: process.env.SENTRY_AUTH_TOKEN,
},
}),
],
integrations: [sentry({
dsn: "https://[email protected]/4506532398432256",
sourceMapsUploadOptions: {
project: "bradley-dog",
authToken: process.env.SENTRY_AUTH_TOKEN
}
}), spotlightjs()]
});
36 changes: 36 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": {
"@astrojs/check": "^0.7.0",
"@sentry/astro": "^8.12.0",
"@spotlightjs/astro": "^2.0.0",
"astro": "^4.11.1",
"typescript": "^5.5.2"
},
Expand Down

0 comments on commit 72d21cb

Please sign in to comment.