mirror of
https://github.com/LucasVbr/notion-widgets.git
synced 2026-05-13 17:21:55 +00:00
Remove Timer and add countdown
This commit is contained in:
+4
-3
@@ -1,10 +1,11 @@
|
||||
import { defineConfig } from 'astro/config';
|
||||
|
||||
import tailwind from "@astrojs/tailwind";
|
||||
|
||||
import image from "@astrojs/image";
|
||||
|
||||
// https://astro.build/config
|
||||
export default defineConfig({
|
||||
integrations: [tailwind()],
|
||||
integrations: [tailwind(), image()],
|
||||
site: 'https://lucasvbr.github.io',
|
||||
base: '/notion-widgets',
|
||||
base: '/notion-widgets'
|
||||
});
|
||||
Reference in New Issue
Block a user