mirror of
https://github.com/LucasVbr/notion-widgets.git
synced 2026-05-13 17:21:55 +00:00
10 lines
247 B
JavaScript
10 lines
247 B
JavaScript
import { defineConfig } from 'astro/config';
|
|
|
|
import tailwind from "@astrojs/tailwind";
|
|
|
|
// https://astro.build/config
|
|
export default defineConfig({
|
|
integrations: [tailwind()],
|
|
site: 'https://lucasvbr.github.io',
|
|
base: '/notion-widgets',
|
|
}); |