Skip to content

Commit 4f2986c

Browse files
committed
New domain name
1 parent 8e156eb commit 4f2986c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

2-manifest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Your plugin should contain a `manifest.json` file that supplies key information
55
```ts
66
{
77
// The human-readable name of your plugin. Required
8-
Name: string, // Required
8+
Name: string,
99
// The user-facing author string (e.g. "ninjadev64"). Required
1010
Author: string,
1111
// The version of your plugin found in this directory. Required

CNAME

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
openaction.amansprojects.com
1+
openaction.amankhanna.me

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="UTF-8" />
55
<title> OpenAction </title>
66
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/docsify@4/lib/themes/vue.css" />
7-
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected].2/dist/light.css">
7+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/light.css">
88
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
99
</head>
1010

@@ -26,6 +26,6 @@
2626
</script>
2727
<script src="https://cdn.jsdelivr.net/npm/docsify@4"></script>
2828
<script src="https://cdn.jsdelivr.net/npm/prismjs@1/components/prism-typescript.min.js"></script>
29-
<script src="https://cdn.jsdelivr.net/npm/[email protected].2/dist/docsify-plugin-toc.min.js"></script>
29+
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/docsify-plugin-toc.min.js"></script>
3030
</body>
3131
</html>

0 commit comments

Comments
 (0)