fix netlify build issues
This commit is contained in:
parent
5f6cbad0f1
commit
6e814801d9
2 changed files with 9 additions and 14 deletions
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
const { post } = Astro.props;
|
||||
|
||||
import { CollectionEntry, getCollection } from "astro:content";
|
||||
import { type CollectionEntry, getCollection } from "astro:content";
|
||||
export interface Props {
|
||||
post: CollectionEntry<"supercomputing">;
|
||||
}
|
||||
|
|
|
@ -5,10 +5,5 @@
|
|||
"jsx": "react-jsx",
|
||||
"jsxImportSource": "preact"
|
||||
},
|
||||
"exclude": [
|
||||
"node_modules",
|
||||
"**/node_modules/*",
|
||||
".vscode",
|
||||
"dist"
|
||||
]
|
||||
"exclude": ["node_modules", "**/node_modules/*", ".vscode", "dist"]
|
||||
}
|
Loading…
Reference in a new issue