Skip to content

Commit

Permalink
fix reference path in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
thdxr committed Mar 14, 2024
1 parent 342901a commit 63337eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions www/src/content/docs/docs/reference/config.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ $config(input: Config): Config
You specify it using the `$config` function. This takes an object of type [`Config`](#config).

```ts title="sst.config.ts"
/// <reference path="./.sst/platform/src/global.d.ts" />
/// <reference path="./.sst/platform/config.d.ts" />

export default $config({
app(input) {
Expand Down Expand Up @@ -294,4 +294,4 @@ async run() {
}
```
</Segment>
</div>
</div>

0 comments on commit 63337eb

Please sign in to comment.