Skip to content

Commit

Permalink
fix: fix lastupdated component path
Browse files Browse the repository at this point in the history
  • Loading branch information
yjose committed Oct 21, 2023
1 parent c209a4d commit 32dabea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export default defineConfig({
replacesTitle: true,
},
components: {
LastUpdated: './src/components/lastUpdated.astro',
LastUpdated: './src/components/LastUpdated.astro',
},
social: {
github: 'https://github.com/obytes/react-native-template-obytes',
Expand Down

0 comments on commit 32dabea

Please sign in to comment.