Skip to content

Commit 8d3b381

Browse files
committedNov 15, 2022
git init
1 parent e773420 commit 8d3b381

File tree

210 files changed

+28610
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

210 files changed

+28610
-1
lines changed
 

‎.eslintrc

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"extends": "next"
3+
}

‎.fleek.json

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"build": {
3+
"image": "fleek/next-js:node-16",
4+
"command": "npm install && npm run build && npm run export",
5+
"publicDir": "out"
6+
}
7+
}

0 commit comments

Comments
 (0)