···143143}
144144```
145145146146-None of this code needed to run on your computer--and indeed, *it couldn't* because your computer doesn't have my files. Let's check *when* this code ran:
146146+None of this code needed to run on your computer--and indeed *it couldn't* because your computer doesn't have my files. Let's check *when* this code ran:
147147148148```js
149149<p className="text-purple-500 font-bold">
···157157</p>
158158```
159159160160-Aha--that's exactly when I last deployed my blog to my static web hosting! My components run during the build process so they have full access to my posts.
160160+Aha--that's exactly when I last deployed my blog to my static web hosting! My components ran during the build process so they had full access to my posts.
161161162162**Running my components close to their data source lets them read their own data and preprocess it _before_ sending any of that information to your device.**
163163