Skip to content

Commit

Permalink
fixed the push state issue in examples
Browse files Browse the repository at this point in the history
  • Loading branch information
Sayan751 committed Oct 14, 2023
1 parent ae9d78a commit 25d9f9c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/webpack-apps/customized-grid/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<head>
<meta charset="utf-8">
<title>Aurelia</title>
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>

Expand Down
1 change: 1 addition & 0 deletions examples/webpack-apps/customized-header/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<head>
<meta charset="utf-8">
<title>Aurelia</title>
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>

Expand Down
1 change: 1 addition & 0 deletions examples/webpack-apps/non-customized/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<head>
<meta charset="utf-8">
<title>Aurelia</title>
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>

Expand Down

0 comments on commit 25d9f9c

Please sign in to comment.