Skip to content

Commit 003c377

Browse files
committed
Add og image and fix css extract config
1 parent 000754a commit 003c377

File tree

3 files changed

+2
-9
lines changed

3 files changed

+2
-9
lines changed

public/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<meta property="og:title" content="javascript-deobfuscator">
1414
<meta property="og:description" content="">
1515

16-
<meta property="og:image" content="https://sigr.io/deobfuscator/img.jpg">
16+
<meta property="og:image" content="https://sigr.io/deobfuscator/og.jpg">
1717
<meta property="og:image:width" content="1000">
1818
<meta property="og:image:height" content="1000">
1919
<meta name="twitter:card" content="summary" />

src/assets/logo.png

-6.69 KB
Binary file not shown.

vue.config.js

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
11
module.exports = {
22
"transpileDependencies": [
33
],
4-
5-
publicPath: './',
6-
7-
css: {
8-
extract: {
9-
filename: "./css/style.css"
10-
}
11-
}
4+
publicPath: './'
125
}

0 commit comments

Comments
 (0)