Complete a blog tutorial
This commit is contained in:
parent
a14cb236e3
commit
4375b7c2e4
26 changed files with 2489 additions and 538 deletions
|
|
@ -1,5 +1,10 @@
|
|||
// @ts-check
|
||||
import { defineConfig } from 'astro/config';
|
||||
|
||||
import preact from "@astrojs/preact";
|
||||
|
||||
// https://astro.build/config
|
||||
export default defineConfig({});
|
||||
export default defineConfig({
|
||||
site: "https://example.com",
|
||||
integrations: [preact()]
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue