diff --git a/src/main.rs b/src/main.rs index 07d12f3..8131ab6 100644 --- a/src/main.rs +++ b/src/main.rs @@ -3,8 +3,6 @@ use axum::{ }; use tower_http::services::ServeDir; use askama::Template; -// use typst::model; -// use typst_html; use std::{collections::HashMap, fs, io::{Error, Write}, process::{Command, Stdio}}; use regex::Regex; @@ -117,6 +115,9 @@ async fn get_post( #[tokio::main] async fn main() { + // unsafe { + // std::env::set_var("TYPST_FEATURES", "html"); + // } let home_html = Html( HomeTemplate {