diff --git a/vitest.config.ts b/vitest.config.ts index 7c8f0f8..9afd9ef 100644 --- a/vitest.config.ts +++ b/vitest.config.ts @@ -1,15 +1,15 @@ /// -import {getViteConfig} from 'astro/config'; - -export default getViteConfig( - { - test: { - /* for example, use global to avoid globals imports (describe, test, expect): */ - // globals: true, - }, - }, - { - site: 'https://caperren.com/', - trailingSlash: 'always', - }, -); \ No newline at end of file +// import {getViteConfig} from 'astro/config'; +// +// export default getViteConfig( +// { +// test: { +// /* for example, use global to avoid globals imports (describe, test, expect): */ +// // globals: true, +// }, +// }, +// { +// site: 'https://caperren.com/', +// trailingSlash: 'always', +// }, +// ); \ No newline at end of file