Change repo link in footer, change package and container names
This commit is contained in:
parent
65d11655a0
commit
54b865876f
3 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
||||||
name: 'stuff.kasterpalu'
|
name: 'stuff.kasterpalu'
|
||||||
services:
|
services:
|
||||||
web:
|
web:
|
||||||
container_name: 'stuff.kasterpalu-web'
|
container_name: 'kasterpalu-web'
|
||||||
build: .
|
build: .
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"name": "stuff.kasterpalu",
|
"name": "kasterpalu_portfolio",
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "0.0.1",
|
"version": "0.0.1",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
|
|
@ -68,7 +68,7 @@
|
||||||
|
|
||||||
<footer class="container flex w-full justify-between px-9 py-6">
|
<footer class="container flex w-full justify-between px-9 py-6">
|
||||||
<a
|
<a
|
||||||
href="https://koodi.lenn.uk/mihkelmk/minigames"
|
href="https://koodi.lenn.uk/mihkelmk/portfolio_site"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
class="text-sm text-muted-foreground underline underline-offset-4"
|
class="text-sm text-muted-foreground underline underline-offset-4"
|
||||||
>
|
>
|
||||||
|
|
Loading…
Add table
Reference in a new issue