Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: add astro to troubleshooting guide #3410

Merged
merged 7 commits into from
Feb 13, 2023
Prev Previous commit
Update docs/src/pages/[platform]/getting-started/troubleshooting/trou…
…bleshooting.react.mdx
reesscot authored Feb 10, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 3d558aa31737d74b135419ddbac3ed02ee3eaa5e
Original file line number Diff line number Diff line change
@@ -168,7 +168,7 @@ export default defineConfig({
</script>
```
**2.** Update the `astro.config.mjs` to add in a resolve object inside the `defineConfig({})` as seen below.
**2.** Update the `astro.config.mjs` to add a resolve alias inside the `defineConfig({})` as seen below.
```js
export default defineConfig({