Skip to content

Commit fbacece

Browse files
Adding more examples
1 parent 09f34ab commit fbacece

17 files changed

+778
-398
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
1717
<title>Vue 3 CodeBlock</title>
1818

19-
<meta name="description" content="TBD" />
19+
<meta name="description" content="Vue 3 CodeBlock - Highlight your code with ease using this syntax highlighting component powered by PrismJS." />
2020
<meta name="keywords"
2121
content="vue3-code-block, code, pre, highlight, syntax, vue, vue3, component, javascript, neon bunny, webdevnerdstuff, wdns" />
2222
<meta name="author" content="WebDevNerdStuff & Bunnies... lots and lots of bunnies!" />
@@ -27,7 +27,7 @@
2727
<meta property="og:locale" content="en_US">
2828
<meta property="og:type" content="website">
2929
<meta property="og:title" content="Vue 3 CodeBlock">
30-
<meta property="og:description" content="TBD">
30+
<meta property="og:description" content="Vue 3 CodeBlock - Highlight your code with ease using this syntax highlighting component powered by PrismJS.">
3131
<meta property="og:url" content="https://webdevnerdstuff.github.io/vue3-code-block/">
3232
<meta property="og:image" content="https://webdevnerdstuff.github.io/vue3-code-block/vue3-code-block-social.jpg">
3333
<meta property="og:image:width" content="1200" />

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vue3-code-block",
33
"version": "1.0.0-beta",
4-
"description": "Vue 3 Code Block Component",
4+
"description": "Vue 3 CodeBlock - Highlight your code with ease using this syntax highlighting component powered by PrismJS.",
55
"private": false,
66
"main": "dist/vue3-code-block.js",
77
"module": "dist/vue3-code-block.es.js",

0 commit comments

Comments
 (0)