Skip to content

Commit 46be2a0

Browse files
add images of braun and baumgarten
1 parent 997daa8 commit 46be2a0

File tree

7 files changed

+754
-341
lines changed

7 files changed

+754
-341
lines changed

app/about/page.tsx

Lines changed: 257 additions & 337 deletions
Large diffs are not rendered by default.
File renamed without changes.

next.config.mjs renamed to next.config.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
/** @type {import('next').NextConfig} */
2-
const nextConfig = {
1+
import type { NextConfig } from 'next';
2+
3+
const nextConfig: NextConfig = {
34
eslint: {
45
ignoreDuringBuilds: true,
56
},

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@
5454
"@types/react-dom": "^19",
5555
"postcss": "^8.5",
5656
"tailwindcss": "^3",
57-
"typescript": "^5"
57+
"typescript": "^5",
58+
"serve": "^14.2.4"
5859
},
5960
"homepage": "https://tum.dev/",
6061
"name": "tum-dev-website",
@@ -65,7 +66,7 @@
6566
"format": "biome format --write && biome check --formatter-enabled=false --linter-enabled=false --write",
6667
"lint": "biome check --error-on-warnings",
6768
"lint-fix": "biome check --write",
68-
"start": "next start"
69+
"start": "serve out"
6970
},
7071
"version": "0.1.0"
7172
}

pnpm-lock.yaml

Lines changed: 491 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/avatars/baumgarten.jpg

9.41 KB
Loading

public/avatars/braun.webp

6.62 KB
Loading

0 commit comments

Comments
 (0)