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:
parent
1e3550d5ac
commit
030fd48bdd
2 changed files with 6 additions and 1 deletions
5
.changeset/stale-walls-whisper.md
Normal file
5
.changeset/stale-walls-whisper.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
'@example/portfolio': patch
|
||||
---
|
||||
|
||||
fix import in astro config
|
|
@ -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({
|
||||
|
|
Loading…
Reference in a new issue