Compare commits
No commits in common. "eb87f44b76ab87955e4b0d05a5908c4393cfde90" and "fc9b7e0d7d87eda126e2922b233911f1be055990" have entirely different histories.
eb87f44b76
...
fc9b7e0d7d
@ -4,7 +4,7 @@ const nextConfig = {
|
|||||||
rewrites: async () => [
|
rewrites: async () => [
|
||||||
{
|
{
|
||||||
source: '/api/:path*',
|
source: '/api/:path*',
|
||||||
destination: 'https://revision.joshuacoles.me/api/:path*',
|
destination: 'http://cosmos:8074/:path*',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
|
|||||||
@ -88,4 +88,5 @@ export function CalendarOverviewCard() {
|
|||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
</Card>
|
</Card>
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@ -6,7 +6,7 @@ export default function Home() {
|
|||||||
<main className="m-6">
|
<main className="m-6">
|
||||||
<h1 className="text-3xl font-semibold text-slate-900 dark:text-white my-2">Revision Tracker</h1>
|
<h1 className="text-3xl font-semibold text-slate-900 dark:text-white my-2">Revision Tracker</h1>
|
||||||
|
|
||||||
<div className="grid gap-5 grid-cols-1 sm:grid-cols-4">
|
<div className="grid gap-5 grid-cols-4">
|
||||||
<SubjectOverviewCard
|
<SubjectOverviewCard
|
||||||
projectId={195482340}
|
projectId={195482340}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user