Skip to content

Commit

Permalink
chore: minor change example content
Browse files Browse the repository at this point in the history
  • Loading branch information
mandrasch committed May 7, 2024
1 parent e685e15 commit cbfac74
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion templates/index.twig
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
{{ craft.vite.script("src/js/app.js", false) }}
</head>
<body class="ltr">
<h1>Hello, vite!</h1>
<h1>Hello, Vite!</h1>
<p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.</p>
<p>Run "ddev npm run dev" and edit "src/scss/app.scss" to see hot reload in action.</p>
</body>
</html>

0 comments on commit cbfac74

Please sign in to comment.