Skip to content

Commit d7ec042

Browse files
committed
chore: add imprint & co
1 parent 10ec53d commit d7ec042

5 files changed

Lines changed: 311 additions & 1 deletion

File tree

.claude/settings.local.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"permissions": {
33
"allow": [
4-
"Bash(npm run build:*)"
4+
"Bash(npm run build:*)",
5+
"WebFetch(domain:blog.matthias-andrasch.eu)"
56
]
67
}
78
}

public/.htaccess

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,7 @@ RewriteEngine On
33

44
# ------------------------------------
55
# 1) Old URLs: /YYYY/slug → /blog/YYYY/slug
6+
# This is when I had my blog on matthias-andrasch.eu,
7+
# and posts were at matthias-andrasch.eu/YYYY/<slug>/
68
# ------------------------------------
79
RewriteRule ^([0-9]{4})/(.*)$ /blog/$1/$2 [R=301,L]

0 commit comments

Comments
 (0)