1
1
mirror of https://github.com/theoludwig/theoludwig.git synced 2025-02-08 21:59:39 +01:00

Compare commits

..

No commits in common. "270920111a9845d93c37596fac33aa9a3c216d48" and "09d677bd37e6e0ef539d064266eb922c78bbfc93" have entirely different histories.

13 changed files with 13 additions and 22 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@repo/storybook",
"version": "4.1.3",
"version": "4.1.2",
"private": true,
"type": "module",
"scripts": {

View File

@ -1,4 +1,4 @@
FROM node:22.13.1-slim AS node-pnpm
FROM node:22.12.0-slim AS node-pnpm
ENV PNPM_HOME="/pnpm"
ENV PATH="$PNPM_HOME:$PATH"
RUN corepack enable

View File

@ -9,9 +9,6 @@ import {
getTranslations,
setRequestLocale,
} from "next-intl/server"
import Script from "next/script"
const DOMAIN = "theoludwig.fr"
export const generateMetadata = async ({
params,
@ -21,7 +18,7 @@ export const generateMetadata = async ({
const title = t("meta.title")
const description = `${title} - ${t("meta.description")}`
const image = "/images/logo.webp"
const url = new URL(`https://${DOMAIN}`)
const url = new URL("https://theoludwig.fr")
const locales = LOCALES.join(", ")
return {
@ -77,12 +74,6 @@ const LocaleLayout: React.FC<LocaleLayoutProps> = async (props) => {
<NextIntlClientProvider messages={messages}>
{children}
</NextIntlClientProvider>
<Script
defer
data-domain={DOMAIN}
src="https://plausible.theoludwig.fr/js/script.js"
/>
</body>
</html>
)

View File

@ -1,6 +1,6 @@
{
"name": "@repo/website",
"version": "4.1.3",
"version": "4.1.2",
"private": true,
"type": "module",
"imports": {

View File

@ -1,6 +1,6 @@
{
"name": "repo",
"version": "4.1.3",
"version": "4.1.2",
"private": true,
"type": "module",
"packageManager": "pnpm@9.15.0+sha512.76e2379760a4328ec4415815bcd6628dee727af3779aaa4c914e3944156c4299921a89f976381ee107d41f12cfa4b66681ca9c718f0668fa0831ed4c6d8ba56c",

View File

@ -1,6 +1,6 @@
{
"name": "@repo/blog",
"version": "4.1.3",
"version": "4.1.2",
"private": true,
"type": "module",
"exports": {

View File

@ -1,6 +1,6 @@
{
"name": "@repo/eslint-config",
"version": "4.1.3",
"version": "4.1.2",
"private": true,
"type": "module",
"exports": {

View File

@ -1,6 +1,6 @@
{
"name": "@repo/config-tailwind",
"version": "4.1.3",
"version": "4.1.2",
"private": true,
"type": "module",
"main": "./tailwind.config.js",

View File

@ -1,6 +1,6 @@
{
"name": "@repo/config-typescript",
"version": "4.1.3",
"version": "4.1.2",
"private": true,
"files": [
"tsconfig.json"

View File

@ -1,6 +1,6 @@
{
"name": "@repo/i18n",
"version": "4.1.3",
"version": "4.1.2",
"private": true,
"type": "module",
"exports": {

View File

@ -1,6 +1,6 @@
{
"name": "@repo/react-hooks",
"version": "4.1.3",
"version": "4.1.2",
"private": true,
"type": "module",
"exports": {

View File

@ -1,6 +1,6 @@
{
"name": "@repo/ui",
"version": "4.1.3",
"version": "4.1.2",
"private": true,
"type": "module",
"exports": {

View File

@ -1,6 +1,6 @@
{
"name": "@repo/utils",
"version": "4.1.3",
"version": "4.1.2",
"private": true,
"type": "module",
"exports": {