[Closes #12] Added title and other SEO fields
This commit is contained in:
parent
a1708317ec
commit
845f830ab3
7 changed files with 56 additions and 9 deletions
|
|
@ -1,7 +1,7 @@
|
|||
import { readFileSync } from "fs";
|
||||
import { resolve } from "path";
|
||||
import tailwindcss from "@tailwindcss/vite";
|
||||
import "./shared/utils/env";
|
||||
import env from "./shared/utils/env";
|
||||
|
||||
const packageJsonContent = JSON.parse(readFileSync(resolve(__dirname, "package.json"), "utf-8"));
|
||||
|
||||
|
|
@ -10,6 +10,7 @@ export default defineNuxtConfig({
|
|||
compatibilityDate: "2025-07-15",
|
||||
runtimeConfig: {
|
||||
public: {
|
||||
hostUrl: env.BETTER_AUTH_URL,
|
||||
appVersion: packageJsonContent.version,
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue