mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-23 02:38:22 +02:00
don't add wildcard asterisk for base domain resource closes #356
This commit is contained in:
parent
cdc415079c
commit
06e90c9555
3 changed files with 7 additions and 1 deletions
|
@ -18,6 +18,8 @@ export const metadata: Metadata = {
|
|||
description: ""
|
||||
};
|
||||
|
||||
export const dynamic = 'force-dynamic';
|
||||
|
||||
// const font = Figtree({ subsets: ["latin"] });
|
||||
const font = Inter({ subsets: ["latin"] });
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue