add greeting and datetime info widgets

This commit is contained in:
Ben Phelps 2022-09-16 10:53:12 +03:00
parent 43f7ccd166
commit 0075429e08
4 changed files with 66 additions and 4 deletions

View file

@ -21,7 +21,7 @@ const ColorToggle = dynamic(() => import("components/color-toggle"), {
ssr: false,
});
const rightAlignedWidgets = ["weatherapi", "openweathermap", "weather", "search"];
const rightAlignedWidgets = ["weatherapi", "openweathermap", "weather", "search", "datetime"];
export async function getStaticProps() {
const settings = await getSettings();