Skip to content

Commit

Permalink
feat: add github integration
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-at-airwalk committed Apr 16, 2024
1 parent 116b00b commit 3e27fcf
Show file tree
Hide file tree
Showing 12 changed files with 2,173 additions and 34 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,8 @@
},
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
}
}
6 changes: 5 additions & 1 deletion next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,15 @@ const withMDX = createMDX({
});

const nextConfig = {
pageExtensions: ['js', 'jsx', 'mdx', 'tsx'],
pageExtensions: ['js', 'ts', 'jsx', 'mdx', 'tsx'],
transpilePackages: ['@mdxeditor/editor', 'react-diff-view'],
swcMinify: false,
poweredByHeader: false,
reactStrictMode: true,
experimental: {
// Related to Pino error with RSC: https://github.com/orgs/vercel/discussions/3150
serverComponentsExternalPackages: ['pino'],
},
images: {
// limit of 25 deviceSizes values
// deviceSizes: [640, 750, 828, 1080, 1200, 1920, 2048, 3840],
Expand Down
Loading

0 comments on commit 3e27fcf

Please sign in to comment.