fix: truncation
This commit is contained in:
parent
c04c69fcbd
commit
7fb22f6d62
7 changed files with 116 additions and 554 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "coryd.dev",
|
||||
"version": "1.1.0",
|
||||
"version": "1.1.1",
|
||||
"description": "The source for my personal site. Built using 11ty (and other tools).",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
|
@ -38,7 +38,6 @@
|
|||
"cssnano": "^7.0.6",
|
||||
"dotenv-flow": "^4.1.0",
|
||||
"fast-xml-parser": "^4.5.0",
|
||||
"html-entities": "^2.5.2",
|
||||
"html-minifier-terser": "^7.2.0",
|
||||
"html-to-text": "^9.0.5",
|
||||
"ics": "^3.8.1",
|
||||
|
@ -48,12 +47,11 @@
|
|||
"markdown-it-footnote": "^4.0.0",
|
||||
"markdown-it-prism": "^2.3.0",
|
||||
"postcss": "^8.4.47",
|
||||
"postcss-cli": "^11.0.0",
|
||||
"postcss-import": "^16.1.0",
|
||||
"postcss-import-ext-glob": "^2.1.1",
|
||||
"postcss-js": "^4.0.1",
|
||||
"rimraf": "^6.0.1",
|
||||
"slugify": "^1.6.6",
|
||||
"terser": "^5.34.1"
|
||||
"terser": "^5.34.1",
|
||||
"truncate-html": "^1.1.2"
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue