0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-01-06 22:10:10 -05:00

[fix] 2924 Update import in astro config of portfolio starter (#2926)

* fix: update import in Portfolio starter astro config file

* chore: add changeset
This commit is contained in:
Michael Marino 2022-03-28 23:54:25 -04:00 committed by GitHub
parent 1e3550d5ac
commit 030fd48bdd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 1 deletions

View file

@ -0,0 +1,5 @@
---
'@example/portfolio': patch
---
fix import in astro config

View file

@ -1,5 +1,5 @@
import { defineConfig } from 'astro/config';
import preact from '@astrojs/render-preact';
import preact from '@astrojs/preact';
// https://astro.build/config
export default defineConfig({