From aeffe2755d8f693b1e8bac0520c2a37d3c51ac70 Mon Sep 17 00:00:00 2001
From: Thomas Bouffard <27200110+tbouffard@users.noreply.github.com>
Date: Mon, 19 Aug 2024 17:29:46 +0200
Subject: [PATCH 1/3] feat: set a specific page title for each project
This makes it easy to identify one project from another.
Add missing title in meta head for sveltekit.
---
projects/lit-ts/index.html | 4 ++--
projects/parcel-ts/index.html | 4 ++--
projects/rollup-ts/public/index.html | 4 ++--
projects/sveltekit-ts/src/routes/+layout.svelte | 6 +++++-
projects/vitejs-ts/index.html | 4 ++--
5 files changed, 13 insertions(+), 9 deletions(-)
diff --git a/projects/lit-ts/index.html b/projects/lit-ts/index.html
index cab0f7c..0918f04 100644
--- a/projects/lit-ts/index.html
+++ b/projects/lit-ts/index.html
@@ -3,12 +3,12 @@
- maxGraph Lit integration example
+ maxGraph Lit Typescript example
-
maxGraph TypeScript example
+
maxGraph Lit Typescript example
Display a test graph. Activated behaviours:
Panning: use mouse right button
diff --git a/projects/parcel-ts/index.html b/projects/parcel-ts/index.html
index 1c82b30..806f3b5 100644
--- a/projects/parcel-ts/index.html
+++ b/projects/parcel-ts/index.html
@@ -3,12 +3,12 @@
- maxGraph TypeScript example
+ maxGraph Parcel TypeScript example
-
maxGraph TypeScript example
+
maxGraph Parcel TypeScript example
Display a test graph. Activated behaviours:
Panning: use mouse right button
diff --git a/projects/rollup-ts/public/index.html b/projects/rollup-ts/public/index.html
index 618d192..782c97a 100644
--- a/projects/rollup-ts/public/index.html
+++ b/projects/rollup-ts/public/index.html
@@ -3,13 +3,13 @@
- maxGraph TypeScript example
+ maxGraph Rollup TypeScript example
-