Skip to content

Commit eac5189

Browse files
authored
Re-re-re-init actually minimal this time (#49)
Signed-off-by: Bradley Reynolds <[email protected]>
1 parent 8aa3415 commit eac5189

File tree

9 files changed

+808
-6098
lines changed

9 files changed

+808
-6098
lines changed

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@
44
npm create astro@latest -- --template minimal
55
```
66

7-
[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/withastro/astro/tree/latest/examples/minimal)
8-
[![Open with CodeSandbox](https://assets.codesandbox.io/github/button-edit-lime.svg)](https://codesandbox.io/p/sandbox/github/withastro/astro/tree/latest/examples/minimal)
9-
[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/withastro/astro?devcontainer_path=.devcontainer/minimal/devcontainer.json)
10-
117
> 🧑‍🚀 **Seasoned astronaut?** Delete this file. Have fun!
128
139
## 🚀 Project Structure

astro.config.mjs

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,5 @@
1-
import { defineConfig } from "astro/config";
2-
import sentry from "@sentry/astro";
3-
import spotlightjs from "@spotlightjs/astro";
1+
// @ts-check
2+
import { defineConfig } from 'astro/config';
43

54
// https://astro.build/config
6-
export default defineConfig({
7-
integrations: [sentry({
8-
dsn: "https://[email protected]/4506532398432256",
9-
sourceMapsUploadOptions: {
10-
project: "bradley-dog",
11-
authToken: process.env.SENTRY_AUTH_TOKEN
12-
}
13-
}), spotlightjs()]
14-
});
5+
export default defineConfig({});

0 commit comments

Comments
 (0)