Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
AnyaKhemlani committed Jul 15, 2024
2 parents 3eeb789 + 8ff1d4a commit 83d26ca
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 3 deletions.
13 changes: 13 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<!-- <meta http-equiv="refresh" content="0; url=http://SEAL-Website.github.io/seal-website/app/page.tsx" />
-->

<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="refresh" content="0; url=/seal-website/index.html" />
<title>Redirecting...</title>
</head>
<body>
If you are not redirected automatically, follow this <a href="/seal-website/index.html">link</a>.
</body>
</html>
1 change: 1 addition & 0 deletions seal-website/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<meta http-equiv="refresh" content="0; url=http://SEAL-Website.github.io/seal-website/app/page.tsx" />
13 changes: 10 additions & 3 deletions seal-website/next.config.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
/** @type {import('next').NextConfig} */
const nextConfig = {};
/** @type {import('next').NextConfig} */
// const nextConfig = {};

export default nextConfig;
// export default nextConfig;

// next.config.mjs
export default {
output: 'export',
basePath: '/seal-website',
assetPrefix: '/seal-website/',
};

0 comments on commit 83d26ca

Please sign in to comment.