fix(site): escaped quote on demo page
This commit is contained in:
parent
cb85e3eafc
commit
93e07d4928
1 changed files with 2 additions and 2 deletions
|
@ -72,8 +72,8 @@
|
|||
<script server:setup>
|
||||
const name = "Nitro";
|
||||
let greeting = {
|
||||
url: 'https://www.google.com',
|
||||
message: "hello"
|
||||
url: "https://www.google.com",
|
||||
message: "hello"
|
||||
};
|
||||
var count = sum(1, 247);
|
||||
greeting.message = "nope";
|
||||
|
|
Loading…
Reference in a new issue