Skip to content

Commit c341502

Browse files
fix: command menu page details (#37)
* Made a better placeholder * Added some more text * Removed double Title * fix: power-k docs updated --------- Co-authored-by: Pdzly <[email protected]>
1 parent 4d076e1 commit c341502

File tree

12 files changed

+51
-2
lines changed

12 files changed

+51
-2
lines changed

next.config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ const nextConfig = {
77
experimental: {
88
scrollRestoration: true,
99
},
10+
images: {
11+
unoptimized: true,
12+
},
1013
}
1114

1215
module.exports = withMarkdoc()(nextConfig)

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"dev": "next dev",
77
"build": "next build",
88
"start": "next start",
9-
"lint": "next lint"
9+
"lint": "next lint",
10+
"export": "next export"
1011
},
1112
"browserslist": "defaults, not ie <= 11",
1213
"dependencies": {
25.8 MB
Loading

public/images/power-k/create.png

151 KB
Loading

public/images/power-k/initial.png

155 KB
Loading
413 KB
Loading
158 KB
Loading

public/images/power-k/search-2.png

80.4 KB
Loading

public/images/power-k/search.png

156 KB
Loading

src/components/Layout.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ const navigation = [
5151
{ title: 'Pages', href: '/pages' },
5252
{ title: 'Analytics', href: '/analytics' },
5353
{ title: 'Deploy', href: '/deploy' },
54-
{ title: 'Command Menu', href: '/command-menu' },
54+
{ title: 'Power K', href: '/power-k' },
5555
],
5656
},
5757
{

0 commit comments

Comments
 (0)