[site/content][xs]: symlink assets into content
This commit is contained in:
parent
f7dd228eee
commit
41760f9634
|
|
@ -0,0 +1 @@
|
|||
../../assets/
|
||||
|
|
@ -33,7 +33,7 @@
|
|||
"rehype-toc": "^3.0.2",
|
||||
"remark-gfm": "^3.0.0",
|
||||
"remark-parse": "^10.0.1",
|
||||
"remark-wiki-link-plus": "^1.0.0",
|
||||
"remark-wiki-link-plus": "^1.1.1",
|
||||
"tailwindcss": "^3.0.0",
|
||||
"unist-util-find": "^1.0.2"
|
||||
}
|
||||
|
|
@ -5310,9 +5310,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/remark-wiki-link-plus": {
|
||||
"version": "1.0.0",
|
||||
"resolved": "https://registry.npmjs.org/remark-wiki-link-plus/-/remark-wiki-link-plus-1.0.0.tgz",
|
||||
"integrity": "sha512-LyIbc4LZaR0gEzET1DdQrv5NolSqChDXYqTvGdWx25yEN2evYnFKv8uG84rHIKq1YY63kg/t83+yacGH8Ep3Ag==",
|
||||
"version": "1.1.1",
|
||||
"resolved": "https://registry.npmjs.org/remark-wiki-link-plus/-/remark-wiki-link-plus-1.1.1.tgz",
|
||||
"integrity": "sha512-zSnIF3MrGQN+Bckl0+83pScJkhQe02OCAmbkgKqbhLkjnJSOJZk/UuyCRA6FNLkcAK9fhERUvwtsQKxEI/M76w==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.4.4",
|
||||
|
|
@ -9805,9 +9805,9 @@
|
|||
}
|
||||
},
|
||||
"remark-wiki-link-plus": {
|
||||
"version": "1.0.0",
|
||||
"resolved": "https://registry.npmjs.org/remark-wiki-link-plus/-/remark-wiki-link-plus-1.0.0.tgz",
|
||||
"integrity": "sha512-LyIbc4LZaR0gEzET1DdQrv5NolSqChDXYqTvGdWx25yEN2evYnFKv8uG84rHIKq1YY63kg/t83+yacGH8Ep3Ag==",
|
||||
"version": "1.1.1",
|
||||
"resolved": "https://registry.npmjs.org/remark-wiki-link-plus/-/remark-wiki-link-plus-1.1.1.tgz",
|
||||
"integrity": "sha512-zSnIF3MrGQN+Bckl0+83pScJkhQe02OCAmbkgKqbhLkjnJSOJZk/UuyCRA6FNLkcAK9fhERUvwtsQKxEI/M76w==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.4.4",
|
||||
|
|
|
|||
Loading…
Reference in New Issue