Skip to content

Commit 8be0406

Browse files
committed
fix build
1 parent c4ad4a1 commit 8be0406

18 files changed

+65
-12
lines changed

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2020 Shu Ding
3+
Copyright (c) 2020 CommodityStream, LLC
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

package.json

+6-11
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
{
2-
"name": "nextra",
3-
"version": "1.0.0",
4-
"description": "",
2+
"name": "@openmev/docs",
3+
"version": "0.1.0",
4+
"description": "documentation webapp",
55
"main": "index.js",
66
"scripts": {
7-
"dev": "next",
8-
"start": "next start",
9-
"build": "next build"
7+
"dev": "npx next",
8+
"start": "npx next start",
9+
"build": "npx next build"
1010
},
11-
"author": "Shu Ding",
1211
"license": "MIT",
1312
"dependencies": {
1413
"next": "^11.0.1",
@@ -26,9 +25,5 @@
2625
"eslint-plugin-prettier": "^4.0.0",
2726
"eslint-plugin-react": "^7.25.1",
2827
"prettier": "^2.3.2"
29-
},
30-
"prettier": {
31-
"semi": false,
32-
"singleQuote": true
3328
}
3429
}

public/android-chrome-192x192.png

5.74 KB
Loading

public/android-chrome-256x256.png

8.33 KB
Loading

public/android-icon-192x192.png

-15.1 KB
Binary file not shown.

public/apple-icon-180x180.png

-15.1 KB
Binary file not shown.

public/apple-icon.png

-15.6 KB
Binary file not shown.

public/apple-touch-icon.png

5.29 KB
Loading

public/browserconfig.xml

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<browserconfig>
3+
<msapplication>
4+
<tile>
5+
<square150x150logo src="/mstile-150x150.png"/>
6+
<TileColor>#000000</TileColor>
7+
</tile>
8+
</msapplication>
9+
</browserconfig>

public/demo.png

-378 KB
Binary file not shown.

public/favicon-16x16.png

-843 Bytes
Loading

public/favicon-32x32.png

-1.19 KB
Loading

public/favicon-96x96.png

-6.54 KB
Binary file not shown.

public/favicon.ico

13.6 KB
Binary file not shown.

public/ms-icon-144x144.png

-10.9 KB
Binary file not shown.

public/mstile-150x150.png

4.07 KB
Loading

public/safari-pinned-tab.svg

+30
Loading

public/site.webmanifest

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"name": "Manifold Finance",
3+
"short_name": "Manifold Finance",
4+
"icons": [
5+
{
6+
"src": "/android-chrome-192x192.png",
7+
"sizes": "192x192",
8+
"type": "image/png"
9+
},
10+
{
11+
"src": "/android-chrome-256x256.png",
12+
"sizes": "256x256",
13+
"type": "image/png"
14+
}
15+
],
16+
"theme_color": "#ffffff",
17+
"background_color": "#ffffff",
18+
"display": "standalone"
19+
}

0 commit comments

Comments
 (0)