Skip to content

Commit

Permalink
shorter roasts
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotBraem committed Dec 11, 2024
1 parent e356560 commit 896eb9b
Show file tree
Hide file tree
Showing 8 changed files with 7,451 additions and 44 deletions.
Binary file modified bun.lockb
Binary file not shown.
7 changes: 7 additions & 0 deletions next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,13 @@ const nextConfig = {
}
]
},
webpack: (config) => {
config.module.rules.push({
test: /\.txt$/,
use: 'raw-loader'
});
return config;
}
};

export default nextConfig;
Loading

0 comments on commit 896eb9b

Please sign in to comment.