Compare commits

..

No commits in common. "9a5d3ca87df6edaa858dde5e82d112ccca3b8d99" and "eb63b57ad49e48fcd01c4ec4b6b18a4238e419d1" have entirely different histories.

5 changed files with 383 additions and 386 deletions

2
.nvmrc
View File

@ -1 +1 @@
v20.11.1
v20.5.1

View File

@ -5,7 +5,6 @@ const withNextra = require('nextra')({
module.exports = {
...withNextra(),
output: 'export',
images: {
unoptimized: true,
},

View File

@ -1,15 +1,15 @@
{
"private": true,
"license": "MIT",
"packageManager": "pnpm@8.15.4",
"packageManager": "pnpm@8.6.12",
"scripts": {
"dev": "NEXT_TELEMETRY_DISABLED=1 next dev",
"build": "NEXT_TELEMETRY_DISABLED=1 next build"
"build": "NEXT_TELEMETRY_DISABLED=1 next build && NEXT_TELEMETRY_DISABLED=1 next export"
},
"dependencies": {
"next": "^14.1.2",
"nextra": "^2.13.4",
"nextra-theme-docs": "^2.13.4",
"next": "^13.5.4",
"nextra": "^2.13.2",
"nextra-theme-docs": "^2.13.2",
"react": "^18.2.0",
"react-dom": "^18.2.0"
}

View File

@ -1,17 +0,0 @@
---
tags:
- git
- clean
- gitignore
- delete
---
# Delete all files mentioned by `.gitignore`
This command is useful if you want to reset a repository to it's checked out state.
```bash
git clean -Xdf
```
[Original SO Link](https://unix.stackexchange.com/a/542735)

739
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff