We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 000754a commit 003c377Copy full SHA for 003c377
public/index.html
@@ -13,7 +13,7 @@
13
<meta property="og:title" content="javascript-deobfuscator">
14
<meta property="og:description" content="">
15
16
- <meta property="og:image" content="https://sigr.io/deobfuscator/img.jpg">
+ <meta property="og:image" content="https://sigr.io/deobfuscator/og.jpg">
17
<meta property="og:image:width" content="1000">
18
<meta property="og:image:height" content="1000">
19
<meta name="twitter:card" content="summary" />
src/assets/logo.png
-6.69 KB
vue.config.js
@@ -1,12 +1,5 @@
1
module.exports = {
2
"transpileDependencies": [
3
],
4
-
5
- publicPath: './',
6
7
- css: {
8
- extract: {
9
- filename: "./css/style.css"
10
- }
11
+ publicPath: './'
12
}
0 commit comments