Skip to content

Commit

Permalink
fix: commit for dist/* files
Browse files Browse the repository at this point in the history
  • Loading branch information
braswelljr committed Jul 16, 2023
1 parent 6e419dd commit 5884cd4
Show file tree
Hide file tree
Showing 50 changed files with 218 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,6 @@ compose.yml
yarn.lock
package-lock.json
pnpm-lock.yaml

# commit file in web/dist
!/web/dist
3 changes: 3 additions & 0 deletions web/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,6 @@ pnpm-lock.yaml

# Contentlayer
.contentlayer

# commit directory dist with content for github pages
!/dist
Empty file added web/dist/.gitkeep
Empty file.
1 change: 1 addition & 0 deletions web/dist/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="" nomodule="" src="/_next/static/chunks/polyfills-78c92fac7aa8fdd8.js"></script><script src="/_next/static/chunks/webpack-a473645b57f8c72d.js" defer=""></script><script src="/_next/static/chunks/framework-510ec8ffd65e1d01.js" defer=""></script><script src="/_next/static/chunks/main-9741d1c0fd8aa441.js" defer=""></script><script src="/_next/static/chunks/pages/_app-f4c22968b6f2dc02.js" defer=""></script><script src="/_next/static/chunks/pages/_error-dc291e0b29fd3e63.js" defer=""></script><script src="/_next/static/XusYLdWqDUqKDrDnaonHX/_buildManifest.js" defer=""></script><script src="/_next/static/XusYLdWqDUqKDrDnaonHX/_ssgManifest.js" defer=""></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">{"props":{"pageProps":{"statusCode":404}},"page":"/_error","query":{},"buildId":"XusYLdWqDUqKDrDnaonHX","nextExport":true,"isFallback":false,"gip":true,"scriptLoader":[]}</script></body></html>

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

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
self.__SSG_MANIFEST=new Set(["\u002Fdocs\u002F[[...slug]]"]);self.__SSG_MANIFEST_CB&&self.__SSG_MANIFEST_CB()
1 change: 1 addition & 0 deletions web/dist/_next/static/chunks/04a05e1d-d501002b4334ee9b.js

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

9 changes: 9 additions & 0 deletions web/dist/_next/static/chunks/200-a8aec838cf78222b.js

Large diffs are not rendered by default.

25 changes: 25 additions & 0 deletions web/dist/_next/static/chunks/237-fca33d4b017db2a0.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions web/dist/_next/static/chunks/278-a8191ea2e6642da6.js

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions web/dist/_next/static/chunks/327-c239df4bf1310ee9.js

Large diffs are not rendered by default.

Loading

0 comments on commit 5884cd4

Please sign in to comment.