mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
Use next-themes in theme provider for React frontends, and fix neon setup (#407)
Co-authored-by: Aman Varshney <amanvarshney.work@gmail.com>
This commit is contained in:
@@ -29,7 +29,7 @@ const TITLE_TEXT = `
|
||||
`;
|
||||
|
||||
export function meta({}: Route.MetaArgs) {
|
||||
return [{ title: "My App" }, { name: "description", content: "My App" }];
|
||||
return [{ title: "{{projectName}}" }, { name: "description", content: "{{projectName}} is a web application" }];
|
||||
}
|
||||
|
||||
export default function Home() {
|
||||
|
||||
Reference in New Issue
Block a user