Skip to content

Commit 8ec0072

Browse files
committed
last change
1 parent a6b3234 commit 8ec0072

File tree

3 files changed

+10
-7
lines changed

3 files changed

+10
-7
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# sv
2-
!sdfasdfsadfsdfssadfs
2+
!
33
Everything you need to build a Svelte project, powered by [`sv`](https://github.com/sveltejs/cli).
44

55
## Creating a project
@@ -33,3 +33,6 @@ To create a production version of your app:
3333
npm run build
3434
```
3535

36+
You can preview the production build with `npm run preview`.
37+
38+
> To deploy your app, you may need to install an [adapter](https://svelte.dev/docs/kit/adapters) for your target environment.

package-lock.json

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/lib/components/Header.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
<!-- Right side of the navbar -->
6464
<ul class="navbar-nav ms-md-auto">
6565
<li class="nav-item">
66-
<a rel="noopener" class="nav-link" href="{base}/downloads" title= "Downloads">
66+
<a rel="noopener" class="nav-link" href="{base}/downloads" title= "Donwloads">
6767
<i class="bi bi-download"></i><span class="d-lg-none ms-2">{$t('header.downloads')}</span>
6868
</a>
6969
</li>

0 commit comments

Comments
 (0)