Skip to content

Commit

Permalink
Revert "chore: add iFrameResizer"
Browse files Browse the repository at this point in the history
This reverts commit b956947.
  • Loading branch information
silvester-pari committed Nov 28, 2024
1 parent b956947 commit 570c5c0
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 19 deletions.
1 change: 0 additions & 1 deletion .vitepress/theme/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import DefaultTheme from "vitepress/theme";
import "./style.css";
import "@iframe-resizer/child";

/** @type {import('vitepress').Theme} */
export default {
Expand Down
15 changes: 1 addition & 14 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 0 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"name": "earthcode-documentation",
"version": "0.0.0",
"scripts": {
"dev": "vitepress dev",
Expand All @@ -9,8 +8,5 @@
"devDependencies": {
"vitepress": "^1.5.0",
"vitepress-sidebar": "^1.29.0"
},
"dependencies": {
"@iframe-resizer/child": "^5.3.2"
}
}

0 comments on commit 570c5c0

Please sign in to comment.