Skip to content

Commit

Permalink
fix: add missing easter egg, egads
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed May 29, 2024
1 parent 97f511f commit 6fb5a0b
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 2 deletions.
7 changes: 5 additions & 2 deletions astro.config.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
import { konamiEmojiBlast } from "@konami-emoji-blast/astro";

import vercel from "@astrojs/vercel/serverless";

Check failure on line 3 in astro.config.ts

View workflow job for this annotation

GitHub Actions / lint

Expected "@astrojs/vercel/serverless" to come before "@konami-emoji-blast/astro"

Check failure on line 3 in astro.config.ts

View workflow job for this annotation

GitHub Actions / lint

Extra spacing between "@konami-emoji-blast/astro" and "@astrojs/vercel/serverless" imports
import { defineConfig } from "astro/config";

export default defineConfig({
site: "https://2024.squiggleconf.com",
output: "server",
adapter: vercel({
webAnalytics: { enabled: true },
}),
integrations: [konamiEmojiBlast()],
output: "server",
site: "https://2024.squiggleconf.com",
});
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@
},
"dependencies": {
"@astrojs/vercel": "^7.6.0",
"@konami-emoji-blast/astro": "^0.0.1",
"@vercel/analytics": "^1.3.1",
"konami-emoji-blast": "^0.5.3",
"sharp": "^0.33.4"
},
"devDependencies": {
Expand Down
36 changes: 36 additions & 0 deletions pnpm-lock.yaml

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

0 comments on commit 6fb5a0b

Please sign in to comment.