vestige/apps/dashboard/build/index.html
Sam Valladares 79b1026a65 ci(pages): deploy dashboard to GitHub Pages with subpath-aware base
The github-pages deployment showed a red X: actions/configure-pages@v5
ran with enablement:true, but Pages was never enabled in repo settings and
the default GITHUB_TOKEN cannot create a Pages site, so deploy failed with
"Resource not accessible by integration". The launch-kit revert then deleted
the workflow entirely, leaving nothing to deploy.

- Restore a modernized pages.yml (Pages now enabled via API, so no
  enablement hack; actions/checkout@v5 + Node 24 off the deprecated Node 20).
- Make the dashboard base path env-driven (VESTIGE_BASE_PATH), defaulting to
  /dashboard for local/embedded use and overridden to /vestige in CI so
  assets resolve at the Pages project subpath instead of 404ing.
- Workflow builds the dashboard under /vestige and writes a root-level
  redirect index.html so the bare Pages URL lands on the dashboard.
- Rebuild the committed dashboard artifact (was stale at 2.1.23) to 2.1.27.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-21 17:46:43 -05:00

53 lines
2.5 KiB
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover" />
<meta name="theme-color" content="#050510" />
<meta name="description" content="Vestige — Cognitive Memory Dashboard. 3D visualization of your AI's long-term memory." />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta name="apple-mobile-web-app-title" content="Vestige" />
<link rel="icon" type="image/svg+xml" href="/dashboard/favicon.svg" />
<link rel="apple-touch-icon" href="/dashboard/favicon.svg" />
<link rel="manifest" href="/dashboard/manifest.json" />
<link href="/dashboard/_app/immutable/entry/start.DQakSJT1.js" rel="modulepreload">
<link href="/dashboard/_app/immutable/chunks/CtgMtoAJ.js" rel="modulepreload">
<link href="/dashboard/_app/immutable/chunks/CpWkWWOo.js" rel="modulepreload">
<link href="/dashboard/_app/immutable/chunks/BeMFXnHE.js" rel="modulepreload">
<link href="/dashboard/_app/immutable/chunks/g4XF1_b9.js" rel="modulepreload">
<link href="/dashboard/_app/immutable/chunks/GG5zm9kr.js" rel="modulepreload">
<link href="/dashboard/_app/immutable/entry/app.DU6MZpw-.js" rel="modulepreload">
<link href="/dashboard/_app/immutable/chunks/BlVfL1ME.js" rel="modulepreload">
<link href="/dashboard/_app/immutable/chunks/CHOnp4oo.js" rel="modulepreload">
<link href="/dashboard/_app/immutable/chunks/Bzak7iHL.js" rel="modulepreload">
<link href="/dashboard/_app/immutable/chunks/B4yTwGkE.js" rel="modulepreload">
<link href="/dashboard/_app/immutable/chunks/DdEqwvdI.js" rel="modulepreload">
<link href="/dashboard/_app/immutable/chunks/CJsMJEun.js" rel="modulepreload">
<link href="/dashboard/_app/immutable/chunks/V6gjw5Ec.js" rel="modulepreload">
<link href="/dashboard/_app/immutable/chunks/C6HuKgyx.js" rel="modulepreload">
<title>Vestige</title>
</head>
<body data-sveltekit-preload-data="hover">
<div style="display: contents">
<script>
{
__sveltekit_1p6kag3 = {
base: "/dashboard",
assets: "/dashboard"
};
const element = document.currentScript.parentElement;
Promise.all([
import("/dashboard/_app/immutable/entry/start.DQakSJT1.js"),
import("/dashboard/_app/immutable/entry/app.DU6MZpw-.js")
]).then(([kit, app]) => {
kit.start(app, element);
});
}
</script>
</div>
</body>
</html>