Skip to content

Commit

Permalink
suppress ts error
Browse files Browse the repository at this point in the history
  • Loading branch information
joelhooks committed Nov 20, 2023
1 parent 87ce071 commit f7b0115
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/course-builder-web/next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,14 @@ const config = {
serverActions: true,
},
pageExtensions: ['mdx', 'ts', 'tsx'],
// @ts-expect-error
async redirects() {
return [
...subdomains.map((subdomain) => ({
source: "/:path*",
has: [
{
type: 'host',
type: "host",
value: `${subdomain}.coursebuilder.dev`,
},
],
Expand Down

1 comment on commit f7b0115

@vercel
Copy link

@vercel vercel bot commented on f7b0115 Nov 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.