Skip to content

Commit c11b97f

Browse files
committed
-
1 parent 4cf2ad0 commit c11b97f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/posts/deploying-taubyte-cloud-with-sporedrive.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ import NamecheapDnsClient from "./namecheap";
144144

145145
It all starts with the SDK connecting to the SporeDrive background service using RPC when we run our NPM `displace` script:
146146

147-
![SDK connecting to Spore-drive via RPC](/static/images/connectingtosporedrivesdkrpc.jpg)
147+
![SDK connecting to Spore-drive via RPC](/blog/images/connectingtosporedrivesdkrpc.jpg)
148148

149149
The background service uses the `Config` object imported to create and initialize an empty config instance. This config instance can be in memory by default or written to disk at will:
150150

@@ -161,7 +161,7 @@ const config: Config = new Config(configPath);
161161
await config.init();
162162
```
163163

164-
![Config Instance in memory](/static/images/configinstanceinmemory.jpg)
164+
![Config Instance in memory](/blog/images/configinstanceinmemory.jpg)
165165

166166
### 2. Domain and Security Setup
167167

@@ -270,7 +270,7 @@ const drive: Drive = new Drive(config, TauLatest);
270270
await drive.init();
271271
```
272272

273-
![Drive Instance with Plot, Course, and Displace](/static/images/driveinstance.jpg)
273+
![Drive Instance with Plot, Course, and Displace](/blog/images/driveinstance.jpg)
274274

275275
It initializes the drive and plots a new course using the shape:
276276

0 commit comments

Comments
 (0)