[Closes #12] Added title and other SEO fields
All checks were successful
Production Build and Deploy / Build (push) Successful in 1m14s
Production Build and Deploy / Deploy (push) Successful in 21s

This commit is contained in:
Liviu Burcusel 2026-01-12 17:01:51 +01:00
parent a1708317ec
commit 845f830ab3
Signed by: liviu
GPG key ID: 6CDB37A4AD2C610C
7 changed files with 56 additions and 9 deletions

View file

@ -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,
},
},