We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6fa5be commit 96f8361Copy full SHA for 96f8361
docs/app.config.ts
@@ -10,9 +10,11 @@ export default defineAppConfig({
10
},
11
debug: false,
12
github: {
13
- root: 'docs/content',
+ owner: 'danielroe',
14
+ repo: 'magic-regexp',
15
+ branch: 'main',
16
+ dir: 'docs/content',
17
edit: true,
- releases: true,
18
19
cover: {
20
src: '/cover.png',
docs/nuxt.config.ts
@@ -3,11 +3,6 @@ export default defineNuxtConfig({
3
build: {
4
transpile: [/content-edge/],
5
6
- // github: {
7
- // owner: 'danielroe',
8
- // repo: 'magic-regexp',
9
- // branch: 'main',
- // },
content: {
highlight: {
theme: 'material-palenight',
0 commit comments