forked from weaviate/Verba
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1da9cc0
commit a871682
Showing
37 changed files
with
587 additions
and
239 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,11 @@ | ||
/** @type {import('next').NextConfig} */ | ||
const nextConfig = { | ||
"output": "export", | ||
"distDir": '../verba/server/frontend/' | ||
"output": "export" | ||
}; | ||
|
||
// Set assetPrefix only in production/export mode | ||
if (process.env.NODE_ENV === 'production') { | ||
nextConfig.assetPrefix = '/static'; | ||
} | ||
|
||
module.exports = nextConfig; |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"/><link rel="preload" href="/static/_next/static/media/4049f3f580e14086-s.p.woff2" as="font" type="font/woff2" crossorigin="anonymous" data-next-font="size-adjust"/><link rel="preload" href="/static/_next/static/css/0498f7c446a726e9.css" as="style"/><link rel="stylesheet" href="/static/_next/static/css/0498f7c446a726e9.css" data-n-g=""/><noscript data-n-css=""></noscript><script defer="" nomodule="" src="/static/_next/static/chunks/polyfills-78c92fac7aa8fdd8.js"></script><script src="/static/_next/static/chunks/webpack-d9150ed736d780c1.js" defer=""></script><script src="/static/_next/static/chunks/framework-cae5c8fdcf4818e7.js" defer=""></script><script src="/static/_next/static/chunks/main-8d39882388fd6605.js" defer=""></script><script src="/static/_next/static/chunks/pages/_app-451e6572c925e50c.js" defer=""></script><script src="/static/_next/static/chunks/pages/_error-b190518070b21757.js" defer=""></script><script src="/static/_next/static/lZ3ibDk5nxtwwYf2HUUcV/_buildManifest.js" defer=""></script><script src="/static/_next/static/lZ3ibDk5nxtwwYf2HUUcV/_ssgManifest.js" defer=""></script></head><body><div id="__next"><div class="__className_320369"><nav class="fixed z-10 bottom-5 left-0 right-0 mx-auto flex animate-pop-in rounded-2xl overflow-hidden w-max transform transition-all duration-500 backdrop-filter backdrop-blur-sm p-4"><a class="mx-12 text-zinc-700 font-thin text-opacity-50 hover:scale-110 transform transition-all duration-500 hover:text-yellow-400 hover:text-opacity-100 " href="/">Search</a><a class="mx-12 text-zinc-700 font-thin text-opacity-50 hover:scale-110 transform transition-all duration-500 hover:text-yellow-400 hover:text-opacity-100 " href="/document_explorer">Documents</a></nav><div style="font-family:system-ui,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";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></div><script id="__NEXT_DATA__" type="application/json">{"props":{"pageProps":{"statusCode":404}},"page":"/_error","query":{},"buildId":"lZ3ibDk5nxtwwYf2HUUcV","assetPrefix":"/static","nextExport":true,"isFallback":false,"gip":true,"scriptLoader":[]}</script></body></html> |
1 change: 1 addition & 0 deletions
1
verba/server/frontend/out/_next/static/chunks/172-11387f2fea15f8f4.js
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.