Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
kaminaly committed Jul 29, 2024
1 parent b6b671b commit d119c9c
Show file tree
Hide file tree
Showing 21 changed files with 1,234 additions and 96 deletions.
28 changes: 17 additions & 11 deletions astro.config.ts
Original file line number Diff line number Diff line change
@@ -1,18 +1,24 @@
import mdx from '@astrojs/mdx'
import tailwind from '@astrojs/tailwind'
import icon from 'astro-icon'
import { defineConfig } from 'astro/config'
import mdx from '@astrojs/mdx';
import tailwind from '@astrojs/tailwind';
import icon from 'astro-icon';
import { defineConfig } from 'astro/config';

import react from "@astrojs/react";

// https://astro.build/config
export default defineConfig({
site: 'https://playground.shiftbrain.com/',
base: '/post/template',
server: { open: '/post/template' },
base: '/post/zootropo',
server: {
open: '/post/zootropo'
},
prefetch: true,
integrations: [mdx(), tailwind({ nesting: true }), icon()],
integrations: [mdx(), tailwind({
nesting: true
}), icon(), react()],
vite: {
define: {
'import.meta.vitest': 'undefined',
},
},
})
'import.meta.vitest': 'undefined'
}
}
});
5 changes: 0 additions & 5 deletions dist/_astro/hoisted.DKdFY9vu.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/_astro/index.Dfk1uBA8.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/_astro/index.Dfpw0N3g.css

This file was deleted.

Binary file removed dist/_astro/opengraph-image.DuOjDfwt.png
Binary file not shown.
1 change: 0 additions & 1 deletion dist/_astro/page.55INgWwS.js

This file was deleted.

4 changes: 0 additions & 4 deletions dist/index.html

This file was deleted.

7 changes: 0 additions & 7 deletions dist/meta.json

This file was deleted.

Binary file removed dist/thumbnail.webp
Binary file not shown.
Loading

0 comments on commit d119c9c

Please sign in to comment.