mirror of
https://github.com/cupcakearmy/memoir.git
synced 2024-12-24 17:16:32 +00:00
Compare commits
No commits in common. "9a5d3ca87df6edaa858dde5e82d112ccca3b8d99" and "eb63b57ad49e48fcd01c4ec4b6b18a4238e419d1" have entirely different histories.
9a5d3ca87d
...
eb63b57ad4
@ -5,7 +5,6 @@ const withNextra = require('nextra')({
|
|||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
...withNextra(),
|
...withNextra(),
|
||||||
output: 'export',
|
|
||||||
images: {
|
images: {
|
||||||
unoptimized: true,
|
unoptimized: true,
|
||||||
},
|
},
|
||||||
|
10
package.json
10
package.json
@ -1,15 +1,15 @@
|
|||||||
{
|
{
|
||||||
"private": true,
|
"private": true,
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"packageManager": "pnpm@8.15.4",
|
"packageManager": "pnpm@8.6.12",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "NEXT_TELEMETRY_DISABLED=1 next dev",
|
"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": {
|
"dependencies": {
|
||||||
"next": "^14.1.2",
|
"next": "^13.5.4",
|
||||||
"nextra": "^2.13.4",
|
"nextra": "^2.13.2",
|
||||||
"nextra-theme-docs": "^2.13.4",
|
"nextra-theme-docs": "^2.13.2",
|
||||||
"react": "^18.2.0",
|
"react": "^18.2.0",
|
||||||
"react-dom": "^18.2.0"
|
"react-dom": "^18.2.0"
|
||||||
}
|
}
|
||||||
|
@ -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
739
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user