Merge branch 'preprod'
This commit is contained in:
commit
d9066defce
2 changed files with 7 additions and 2 deletions
|
|
@ -88,3 +88,8 @@ tabs:
|
||||||
clientBriefImageTags:
|
clientBriefImageTags:
|
||||||
label: Tags des images ajoutées aux briefs
|
label: Tags des images ajoutées aux briefs
|
||||||
type: tags
|
type: tags
|
||||||
|
siteVersion:
|
||||||
|
label: Version du site
|
||||||
|
type: text
|
||||||
|
width: 1/4
|
||||||
|
disabled: true
|
||||||
|
|
@ -25,8 +25,8 @@
|
||||||
<meta name="theme-color" content="#FFFFFF">
|
<meta name="theme-color" content="#FFFFFF">
|
||||||
|
|
||||||
<?php if (Dir::exists('assets/dist')): ?>
|
<?php if (Dir::exists('assets/dist')): ?>
|
||||||
<script type="module" src="<?= url('assets/dist/index.js') ?>" defer></script>
|
<script type="module" src="<?= url('assets/dist/index.js') ?>?version=<?= page('projects')->siteVersion() ?>" defer></script>
|
||||||
<link rel="stylesheet" href="<?= url('assets/dist/index.css') ?>">
|
<link rel="stylesheet" href="<?= url('assets/dist/index.css') ?>?version=<?= page('projects')->siteVersion() ?>">
|
||||||
<?php else: ?>
|
<?php else: ?>
|
||||||
<script type="module" src="http://localhost:5173/@vite/client" defer></script>
|
<script type="module" src="http://localhost:5173/@vite/client" defer></script>
|
||||||
<script type="module" src="http://localhost:5173/src/main.js" defer></script>
|
<script type="module" src="http://localhost:5173/src/main.js" defer></script>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue