Update quartz.config.ts

This commit is contained in:
Remy Moll 2024-02-06 11:01:38 +00:00
parent 35a2226b1c
commit 17d7164565

View File

@ -72,6 +72,7 @@ const config: QuartzConfig = {
Plugin.Assets(), Plugin.Assets(),
Plugin.Static(), Plugin.Static(),
Plugin.NotFoundPage(), Plugin.NotFoundPage(),
Plugin.Offline(),
], ],
}, },
} }