fix: favicon

This commit is contained in:
2025-10-09 17:55:44 +02:00
parent 874e449d72
commit fc6b980e67
2 changed files with 3 additions and 6 deletions

View File

@@ -10,9 +10,6 @@ useHead({
meta: [
{ name: 'viewport', content: 'width=device-width, initial-scale=1' }
],
link: [
{ rel: 'icon', href: '/favicon.ico' }
],
htmlAttrs: {
lang: 'en'
}

View File

@@ -36,7 +36,7 @@ sudo pacman -S postgresql
```bash
# Clone the repository
git clone https://github.com/yourusername/kompose.git
git clone https://code.pivoine.art/valknar/kompose.git
# Navigate to the directory
cd kompose
@@ -52,7 +52,7 @@ chmod +x kompose.sh
```bash
# Download the latest release
wget https://github.com/yourusername/kompose/archive/refs/heads/main.zip
wget https://code.pivoine.art/valknar/kompose/archive/main.zip
# Extract
unzip main.zip
@@ -275,4 +275,4 @@ rm -rf /path/to/kompose
---
**Need Help?** Check out the [Troubleshooting Guide](/guide/troubleshooting) or [open an issue](https://github.com/yourusername/kompose/issues) on GitHub.
**Need Help?** Check out the [Troubleshooting Guide](/guide/troubleshooting) or [open an issue](https://code.pivoine.art/valknar/kompose/issues) on the git repository.