summaryrefslogtreecommitdiff
path: root/examples/portfolio/astro.config.mjs
diff options
context:
space:
mode:
authorGravatar Michael Marino <62777339+memarino92@users.noreply.github.com> 2022-03-28 23:54:25 -0400
committerGravatar GitHub <noreply@github.com> 2022-03-28 20:54:25 -0700
commit030fd48bdd917206f32c78c88a3fe2a2d9191101 (patch)
tree7ac87aac59ba724bf05c829deb8f5940eaf06089 /examples/portfolio/astro.config.mjs
parent1e3550d5ac8a6a3ece66a17133564ce2840f4fcf (diff)
downloadastro-030fd48bdd917206f32c78c88a3fe2a2d9191101.tar.gz
astro-030fd48bdd917206f32c78c88a3fe2a2d9191101.tar.zst
astro-030fd48bdd917206f32c78c88a3fe2a2d9191101.zip
[fix] 2924 Update import in astro config of portfolio starter (#2926)
* fix: update import in Portfolio starter astro config file * chore: add changeset
Diffstat (limited to '')
-rw-r--r--examples/portfolio/astro.config.mjs2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/portfolio/astro.config.mjs b/examples/portfolio/astro.config.mjs
index f0dab7e31..08916b1fe 100644
--- a/examples/portfolio/astro.config.mjs
+++ b/examples/portfolio/astro.config.mjs
@@ -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({