Skip to content

Commit

Permalink
Deploy Next.js to gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
macalinao committed Oct 23, 2018
1 parent 6baede8 commit f5652c3
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion out/404/index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!DOCTYPE html><html><head><meta charSet="utf-8" class="next-head"/><meta name="viewport" content="width=device-width, initial-scale=1.0" class="next-head"/><title class="next-head">: An unexpected error has occurred</title><link rel="preload" href="/_next/static/RnIen373BhkvpZUvauym3/pages/_app.js" as="script"/><link rel="preload" href="/_next/static/RnIen373BhkvpZUvauym3/pages/_error.js" as="script"/><link rel="preload" href="/_next/static/runtime/webpack-42652fa8b82c329c0559.js" as="script"/><link rel="preload" href="/_next/static/chunks/commons.ca1baa292a96f7bb25b2.js" as="script"/><link rel="preload" href="/_next/static/runtime/main-ad49259d67dfad79c221.js" as="script"/></head><body><div id="__next"><div style="color:#000;background:#fff;font-family:-apple-system, BlinkMacSystemFont, Roboto, &quot;Segoe UI&quot;, &quot;Fira Sans&quot;, Avenir, &quot;Helvetica Neue&quot;, &quot;Lucida Grande&quot;, sans-serif;height:100vh;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center" data-reactroot=""><div><style>body { margin: 0 }</style><div style="display:inline-block;text-align:left;line-height:49px;height:49px;vertical-align:middle"><h2 style="font-size:14px;font-weight:normal;line-height:inherit;margin:0;padding:0">An unexpected error has occurred<!-- -->.</h2></div></div></div></div><script>__NEXT_DATA__ = {"props":{"pageProps":{}},"page":"/_error","query":{},"buildId":"RnIen373BhkvpZUvauym3","nextExport":true};__NEXT_LOADED_PAGES__=[];__NEXT_REGISTER_PAGE=function(r,f){__NEXT_LOADED_PAGES__.push([r, f])}</script><script async="" id="__NEXT_PAGE__/_app" src="/_next/static/RnIen373BhkvpZUvauym3/pages/_app.js"></script><script async="" id="__NEXT_PAGE__/_error" src="/_next/static/RnIen373BhkvpZUvauym3/pages/_error.js"></script><script src="/_next/static/runtime/webpack-42652fa8b82c329c0559.js" async=""></script><script src="/_next/static/chunks/commons.ca1baa292a96f7bb25b2.js" async=""></script><script src="/_next/static/runtime/main-ad49259d67dfad79c221.js" async=""></script></body></html>
<!DOCTYPE html><html><head><meta charSet="utf-8" class="next-head"/><meta name="viewport" content="width=device-width, initial-scale=1.0" class="next-head"/><title class="next-head">: An unexpected error has occurred</title><link rel="preload" href="/site/_next/static/4K8nC8IaV~2xHIpvX2JYa/pages/_app.js" as="script"/><link rel="preload" href="/site/_next/static/4K8nC8IaV~2xHIpvX2JYa/pages/_error.js" as="script"/><link rel="preload" href="/site/_next/static/runtime/webpack-42652fa8b82c329c0559.js" as="script"/><link rel="preload" href="/site/_next/static/chunks/commons.ca1baa292a96f7bb25b2.js" as="script"/><link rel="preload" href="/site/_next/static/runtime/main-ad49259d67dfad79c221.js" as="script"/></head><body><div id="__next"><div style="color:#000;background:#fff;font-family:-apple-system, BlinkMacSystemFont, Roboto, &quot;Segoe UI&quot;, &quot;Fira Sans&quot;, Avenir, &quot;Helvetica Neue&quot;, &quot;Lucida Grande&quot;, sans-serif;height:100vh;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center" data-reactroot=""><div><style>body { margin: 0 }</style><div style="display:inline-block;text-align:left;line-height:49px;height:49px;vertical-align:middle"><h2 style="font-size:14px;font-weight:normal;line-height:inherit;margin:0;padding:0">An unexpected error has occurred<!-- -->.</h2></div></div></div></div><script>__NEXT_DATA__ = {"props":{"pageProps":{}},"page":"/_error","query":{},"buildId":"4K8nC8IaV~2xHIpvX2JYa","assetPrefix":"/site","nextExport":true};__NEXT_LOADED_PAGES__=[];__NEXT_REGISTER_PAGE=function(r,f){__NEXT_LOADED_PAGES__.push([r, f])}</script><script async="" id="__NEXT_PAGE__/_app" src="/site/_next/static/4K8nC8IaV~2xHIpvX2JYa/pages/_app.js"></script><script async="" id="__NEXT_PAGE__/_error" src="/site/_next/static/4K8nC8IaV~2xHIpvX2JYa/pages/_error.js"></script><script src="/site/_next/static/runtime/webpack-42652fa8b82c329c0559.js" async=""></script><script src="/site/_next/static/chunks/commons.ca1baa292a96f7bb25b2.js" async=""></script><script src="/site/_next/static/runtime/main-ad49259d67dfad79c221.js" async=""></script></body></html>
1 change: 1 addition & 0 deletions out/_next/static/4K8nC8IaV~2xHIpvX2JYa/pages/_app.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/4K8nC8IaV~2xHIpvX2JYa/pages/_error.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/4K8nC8IaV~2xHIpvX2JYa/pages/index.js

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

Loading

0 comments on commit f5652c3

Please sign in to comment.