Skip to content

Commit

Permalink
bring back the 404 from the dead
Browse files Browse the repository at this point in the history
  • Loading branch information
ThinLiquid committed Oct 27, 2024
1 parent d32e0dd commit 2205a84
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions astro.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,16 @@ const remarkTwemoji = (options?: {

// https://astro.build/config
export default defineConfig({
output: 'static',
markdown: {
remarkPlugins: [
[remarkTwemoji, {}]
]
},

build: {
format: 'file'
},

integrations: [mdx()]
});
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "",
"name": "site",
"type": "module",
"version": "6.0.0",
"scripts": {
Expand Down

0 comments on commit 2205a84

Please sign in to comment.