Skip to content

Commit

Permalink
chore: add out
Browse files Browse the repository at this point in the history
  • Loading branch information
kopy-kat committed Dec 15, 2023
1 parent a4d0036 commit 8910515
Show file tree
Hide file tree
Showing 19 changed files with 111 additions and 1 deletion.
1 change: 0 additions & 1 deletion next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,4 @@ module.exports = {
images: {
unoptimized: true,
},
output: "export",
};
Empty file added out/.nojekyll
Empty file.
1 change: 1 addition & 0 deletions out/404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<!DOCTYPE html><html><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width"/><title>404: This page could not be found</title><meta name="next-head-count" content="3"/><noscript data-n-css=""></noscript><script defer="" crossorigin="" nomodule="" src="/_next/static/chunks/polyfills-c67a75d1b6f99dc8.js"></script><script src="/_next/static/chunks/webpack-c21fd345984bfc83.js" defer="" crossorigin=""></script><script src="/_next/static/chunks/framework-22cb58d5f09f1401.js" defer="" crossorigin=""></script><script src="/_next/static/chunks/main-5ee899dd4460bfaa.js" defer="" crossorigin=""></script><script src="/_next/static/chunks/pages/_app-fa9009b662c92cb0.js" defer="" crossorigin=""></script><script src="/_next/static/chunks/pages/_error-98e126ac3d7c2915.js" defer="" crossorigin=""></script><script src="/_next/static/Phf8Y3LdW78UrBp3GVzPp/_buildManifest.js" defer="" crossorigin=""></script><script src="/_next/static/Phf8Y3LdW78UrBp3GVzPp/_ssgManifest.js" defer="" crossorigin=""></script></head><body><div id="__next"><div style="font-family:system-ui,&quot;Segoe UI&quot;,Roboto,Helvetica,Arial,sans-serif,&quot;Apple Color Emoji&quot;,&quot;Segoe UI Emoji&quot;;height:100vh;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center"><div style="line-height:48px"><style>body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}</style><h1 class="next-error-h1" style="display:inline-block;margin:0 20px 0 0;padding-right:23px;font-size:24px;font-weight:500;vertical-align:top">404</h1><div style="display:inline-block"><h2 style="font-size:14px;font-weight:400;line-height:28px">This page could not be found<!-- -->.</h2></div></div></div></div><script id="__NEXT_DATA__" type="application/json" crossorigin="">{"props":{"pageProps":{"statusCode":404}},"page":"/_error","query":{},"buildId":"Phf8Y3LdW78UrBp3GVzPp","nextExport":true,"isFallback":false,"gip":true,"scriptLoader":[]}</script></body></html>
1 change: 1 addition & 0 deletions out/_next/static/Phf8Y3LdW78UrBp3GVzPp/_buildManifest.js

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

1 change: 1 addition & 0 deletions out/_next/static/Phf8Y3LdW78UrBp3GVzPp/_ssgManifest.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
self.__SSG_MANIFEST=new Set,self.__SSG_MANIFEST_CB&&self.__SSG_MANIFEST_CB();
1 change: 1 addition & 0 deletions out/_next/static/chunks/1e7c12d4-71d339532feea3c3.js

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

26 changes: 26 additions & 0 deletions out/_next/static/chunks/462-d72880033dbf0709.js

Large diffs are not rendered by default.

33 changes: 33 additions & 0 deletions out/_next/static/chunks/framework-22cb58d5f09f1401.js

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions out/_next/static/chunks/main-5ee899dd4460bfaa.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions out/_next/static/chunks/nextra-data-en-US.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"/about":{"title":"About","data":{"":"This is the about page! This page is shown on the navbar."}},"/":{"title":"Introduction","data":{"":"Welcome to Nextra! This is a basic docs template. You can use it as a starting point for your own project :)","what-is-nextra#What is Nextra?":"A simple, powerful and flexible site generation framework with everything you love from Next.js.","documentation#Documentation":"The documentation is available at https://nextra.site."}}}
1 change: 1 addition & 0 deletions out/_next/static/chunks/pages/_app-fa9009b662c92cb0.js

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

1 change: 1 addition & 0 deletions out/_next/static/chunks/pages/_error-98e126ac3d7c2915.js

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

1 change: 1 addition & 0 deletions out/_next/static/chunks/pages/about-02b7fb643b7b6e4f.js

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

1 change: 1 addition & 0 deletions out/_next/static/chunks/pages/index-43a21335f727563c.js

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

1 change: 1 addition & 0 deletions out/_next/static/chunks/polyfills-c67a75d1b6f99dc8.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions out/_next/static/chunks/webpack-c21fd345984bfc83.js

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

1 change: 1 addition & 0 deletions out/_next/static/css/445c4173ffc2bf04.css

Large diffs are not rendered by default.

Loading

0 comments on commit 8910515

Please sign in to comment.