Skip to content

Commit

Permalink
Extract nextjs folder to root level
Browse files Browse the repository at this point in the history
  • Loading branch information
emestabillo committed Jun 22, 2021
1 parent 3192290 commit 7fbcf51
Show file tree
Hide file tree
Showing 180 changed files with 13,837 additions and 56,527 deletions.
2 changes: 1 addition & 1 deletion planets/.babelrc → .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
}
]
]
}
}
44 changes: 44 additions & 0 deletions .next/build-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
{
"polyfillFiles": [
"static/chunks/polyfills.js"
],
"devFiles": [
"static/chunks/react-refresh.js"
],
"ampDevFiles": [
"static/chunks/webpack.js",
"static/chunks/amp.js"
],
"lowPriorityFiles": [
"static/development/_buildManifest.js",
"static/development/_ssgManifest.js"
],
"pages": {
"/": [
"static/chunks/webpack.js",
"static/chunks/main.js",
"static/chunks/pages/index.js"
],
"/[planet]": [
"static/chunks/webpack.js",
"static/chunks/main.js",
"static/chunks/pages/[planet].js"
],
"/_app": [
"static/chunks/webpack.js",
"static/chunks/main.js",
"static/chunks/pages/_app.js"
],
"/_error": [
"static/chunks/webpack.js",
"static/chunks/main.js",
"static/chunks/pages/_error.js"
],
"/next/dist/pages/_error": [
"static/chunks/webpack.js",
"static/chunks/main.js",
"static/chunks/pages/next/dist/pages/_error.js"
]
},
"ampFirstPages": []
}
Binary file added .next/cache/webpack/client-development/0.pack
Binary file not shown.
Binary file added .next/cache/webpack/client-development/1.pack
Binary file not shown.
Binary file added .next/cache/webpack/client-development/2.pack
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added .next/cache/webpack/server-development/0.pack
Binary file not shown.
Binary file added .next/cache/webpack/server-development/1.pack
Binary file not shown.
Binary file not shown.
Binary file not shown.
8 changes: 8 additions & 0 deletions .next/react-loadable-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"../node_modules/next/dist/client/next-dev.js -> ./dev/noop": {
"id": "./node_modules/next/dist/client/dev/noop.js",
"files": [
"static/chunks/node_modules_next_dist_client_dev_noop_js.js"
]
}
}
8 changes: 8 additions & 0 deletions .next/server/pages-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"/_app": "pages/_app.js",
"/_error": "pages/_error.js",
"/_document": "pages/_document.js",
"/": "pages/index.js",
"/next/dist/pages/_error": "pages/next/dist/pages/_error.js",
"/[planet]": "pages/[planet].js"
}
377 changes: 377 additions & 0 deletions .next/server/pages/[planet].js

Large diffs are not rendered by default.

691 changes: 691 additions & 0 deletions .next/server/pages/_app.js

Large diffs are not rendered by default.

209 changes: 209 additions & 0 deletions .next/server/pages/_document.js

Large diffs are not rendered by default.

68 changes: 68 additions & 0 deletions .next/server/pages/_error.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 7fbcf51

Please sign in to comment.