Skip to content

Commit

Permalink
Minor bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
martian0x80 committed Jun 14, 2024
1 parent 4821b8a commit e237af6
Show file tree
Hide file tree
Showing 6 changed files with 1,052 additions and 63 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ node_modules
.vercel
.wrangler
.dev.vars
.env
Binary file modified bun.lockb
Binary file not shown.
15 changes: 1 addition & 14 deletions next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,6 @@ import {withSentryConfig} from '@sentry/nextjs';

/** @type {import('next').NextConfig} */
const nextConfig = {
async headers() {
return [
{
source: '/:path*',
headers: [
{
key: 'Document-Policy',
value: 'js-profiling',
},
],
},
];
}
};

export default withSentryConfig(nextConfig, {
Expand Down Expand Up @@ -52,4 +39,4 @@ disableLogger: true,
// https://docs.sentry.io/product/crons/
// https://vercel.com/docs/cron-jobs
automaticVercelMonitors: true,
});
});
Loading

0 comments on commit e237af6

Please sign in to comment.