Skip to content

Commit

Permalink
fix: Show how to create a prototype on the homepage (#216)
Browse files Browse the repository at this point in the history
* HTML-encode apostrophes

* Update generated build file
  • Loading branch information
VincentSmedinga authored Sep 6, 2024
1 parent fded706 commit 28bd0f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion next-env.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
/// <reference types="next/image-types/global" />

// NOTE: This file should not be edited
// see https://nextjs.org/docs/basic-features/typescript for more information.
// see https://nextjs.org/docs/app/building-your-application/configuring/typescript for more information.
4 changes: 2 additions & 2 deletions src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ export default function Page() {
<br />
npm install
<br />
npm run add site 'Site name'
npm run add site &apos;Site name&apos;
<br />
npm run add page 'Site name' 'Page name'
npm run add page &apos;Site name&apos; &apos;Page name&apos;
<br />
npm run dev
</code>
Expand Down

0 comments on commit 28bd0f5

Please sign in to comment.