mirror of
https://github.com/jimeh/commonflow.org.git
synced 2026-02-19 05:46:40 +00:00
refactor: port site from Jekyll to Astro
This commit is contained in:
6
src/pages/index.astro
Normal file
6
src/pages/index.astro
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
import { config } from "../config";
|
||||
|
||||
// Redirect to current version
|
||||
return Astro.redirect(`/spec/${config.currentVersion}`);
|
||||
---
|
||||
Reference in New Issue
Block a user