mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-04 21:04:37 +08:00
Fixes
This commit is contained in:
parent
6c55e3da66
commit
cecb520f52
11
docs/src/app/not-found.tsx
Normal file
11
docs/src/app/not-found.tsx
Normal file
@ -0,0 +1,11 @@
|
||||
import Link from "next/link";
|
||||
|
||||
export default function NotFound() {
|
||||
return (
|
||||
<div>
|
||||
<h2>Not Found</h2>
|
||||
<p>Could not find requested resource</p>
|
||||
<Link href="/">Return Home</Link>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
@ -352,7 +352,7 @@ const organizationConfigDefaults = {
|
||||
},
|
||||
|
||||
domains: {
|
||||
allowLocalhost: false,
|
||||
allowLocalhost: true,
|
||||
trustedDomains: (key: string) => ({
|
||||
baseUrl: undefined,
|
||||
handlerPath: '/handler',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user