fix: favicon
This commit is contained in:
@@ -10,9 +10,6 @@ useHead({
|
|||||||
meta: [
|
meta: [
|
||||||
{ name: 'viewport', content: 'width=device-width, initial-scale=1' }
|
{ name: 'viewport', content: 'width=device-width, initial-scale=1' }
|
||||||
],
|
],
|
||||||
link: [
|
|
||||||
{ rel: 'icon', href: '/favicon.ico' }
|
|
||||||
],
|
|
||||||
htmlAttrs: {
|
htmlAttrs: {
|
||||||
lang: 'en'
|
lang: 'en'
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -36,7 +36,7 @@ sudo pacman -S postgresql
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Clone the repository
|
# Clone the repository
|
||||||
git clone https://github.com/yourusername/kompose.git
|
git clone https://code.pivoine.art/valknar/kompose.git
|
||||||
|
|
||||||
# Navigate to the directory
|
# Navigate to the directory
|
||||||
cd kompose
|
cd kompose
|
||||||
@@ -52,7 +52,7 @@ chmod +x kompose.sh
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Download the latest release
|
# 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
|
# Extract
|
||||||
unzip main.zip
|
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