Skip to content

Commit

Permalink
doc: maybe fix deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
harlan-zw committed Dec 7, 2023
1 parent 329afc8 commit eb4279c
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 10 deletions.
11 changes: 11 additions & 0 deletions docs/nuxt.config.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import wtfnode from 'wtfnode'
import { version } from './package.json'

export default defineNuxtConfig({
Expand Down Expand Up @@ -25,6 +26,9 @@ export default defineNuxtConfig({
version,
},
},
linkChecker: {
enabled: false,
},
content: {
highlight: {
theme: {
Expand Down Expand Up @@ -56,6 +60,13 @@ export default defineNuxtConfig({
css: [
'~/css/scrollbars.css',
],
debug: true,
hooks: {
// add open-handles detection on nuxt close hook
close: async () => {
wtfnode.dump()
},
},
app: {
pageTransition: {
name: 'page',
Expand Down
11 changes: 7 additions & 4 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,18 @@
"nuxt-icon": "^0.6.7",
"nuxt-lego": "^0.0.14",
"nuxt-lodash": "^2.5.3",
"nuxt-og-image": "^3.0.0-beta.51",
"nuxt-og-image": "^3.0.0-beta.52",
"playwright": "^1.40.1",
"shiki-es": "^0.14.0",
"three": "0.138.3",
"troisjs": "^0.3.4",
"typescript": "^5.3.3",
"playwright": "^1.40.1"
"typescript": "^5.3.3"
},
"resolutions": {
"nitropack": "npm:[email protected]",
"nuxt-og-image": "^3.0.0-beta.51"
"nuxt-og-image": "^3.0.0-beta.52"
},
"dependencies": {
"wtfnode": "^0.9.1"
}
}
21 changes: 15 additions & 6 deletions docs/pnpm-lock.yaml

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

0 comments on commit eb4279c

Please sign in to comment.