create-prisma-php-app 1.16.23 → 1.16.24
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/src/app/js/index.js +1394 -1
- package/dist/src/app/layout.php +1 -1
- package/package.json +1 -1
package/dist/src/app/layout.php
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
<head>
|
|
5
5
|
<meta charset="UTF-8">
|
|
6
6
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
7
|
-
<meta name="description" content="<?php echo htmlspecialchars($metadata['description']); ?>">
|
|
7
|
+
<meta name="pp-description" content="<?php echo htmlspecialchars($metadata['description']); ?>">
|
|
8
8
|
<title><?php echo htmlspecialchars($metadata['title']); ?></title>
|
|
9
9
|
<link rel="shortcut icon" href="<?php echo $baseUrl; ?>favicon.ico" type="image/x-icon">
|
|
10
10
|
</head>
|