Skip to content

Commit

Permalink
Merge pull request #2236 from ever-co/revert-2233-feat/static-build-s…
Browse files Browse the repository at this point in the history
…upport-13

Revert "Feat/Static build"
  • Loading branch information
evereq authored Feb 25, 2024
2 parents 42e86fb + 82f8068 commit c2e364e
Show file tree
Hide file tree
Showing 46 changed files with 1,419 additions and 1,669 deletions.
5 changes: 0 additions & 5 deletions apps/web/app/[locale]/[...rest]/page.tsx
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
import { APPLICATION_DEFAULT_LANGUAGE } from '@app/constants';
import { notFound } from 'next/navigation';

export default function CatchAllPage() {
notFound();
}

export async function generateStaticParams() {
return [{ locale: APPLICATION_DEFAULT_LANGUAGE, rest: [] }];
}
388 changes: 0 additions & 388 deletions apps/web/app/[locale]/auth/passcode/component.tsx

This file was deleted.

Loading

0 comments on commit c2e364e

Please sign in to comment.