You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// GitHub Pages serves at /website/; Vercel serves at the domain root.
const base = process.env.VERCEL ? '/' : '/website/';
export default defineConfig({
base,
llms: true,
root: path.join(__dirname, 'docs'),
lang: 'en',
title: 'Phoenix',
description:
'Experimental alpha — a statically typed programming language that compiles to portable PHX0 bytecode and runs on a stack VM without a garbage collector.',