Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion functions/.env.digital-testimony-prod
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
TYPESENSE_API_URL=https://yyd73lsw3h.execute-api.us-east-1.amazonaws.com/search
FUNCTIONS_API_BASE=https://us-central1-digital-testimony-prod.cloudfunctions.net
FUNCTIONS_API_BASE=https://us-central1-digital-testimony-prod.cloudfunctions.net
MCP_SERVER_URL=https://maple-mcp-server-652493556525.us-central1.run.app
7 changes: 7 additions & 0 deletions pages/dev/token.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@

import { useAuth } from "components/auth"
import { createPage } from "components/page"
import { createGetStaticTranslationProps } from "components/translations"
import React, { useState, useCallback } from "react"

function TokenPage() {
Expand Down Expand Up @@ -146,6 +147,12 @@ export default createPage({
Page: TokenPage
})

export const getStaticProps = createGetStaticTranslationProps([
"auth",
"common",
"footer"
])

// ── Styles ────────────────────────────────────────────────────────────────────

const styles: Record<string, React.CSSProperties> = {
Expand Down
Loading