fix: favicon
This commit is contained in:
@@ -10,9 +10,6 @@ useHead({
|
||||
meta: [
|
||||
{ name: 'viewport', content: 'width=device-width, initial-scale=1' }
|
||||
],
|
||||
link: [
|
||||
{ rel: 'icon', href: '/favicon.ico' }
|
||||
],
|
||||
htmlAttrs: {
|
||||
lang: 'en'
|
||||
}
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user