Skip to content

Commit c6c25ab

Browse files
committed
ADD : Vanity import path for gobi filebrowser.org cli client
1 parent d02d6ed commit c6c25ab

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "hafijulali.github.io",
33
"private": true,
4-
"version": "1.0.5",
4+
"version": "1.0.6",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

public/gobi/index.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<!doctype html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8" />
5+
<meta
6+
name="go-import"
7+
content="hafijul.dev/gobi git https://gitlab.com/hafijulali/gobi"
8+
/>
9+
<title>GoBrowseIt</title>
10+
</head>
11+
12+
<body></body>
13+
</html>

public/gopack/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
name="go-import"
77
content="hafijul.dev/gopack git https://gitlab.com/hafijulali/gopack"
88
/>
9-
<title>Eat N Dine</title>
9+
<title>GoPack</title>
1010
</head>
1111

1212
<body></body>

0 commit comments

Comments
 (0)