Fix: webui
This commit is contained in:
parent
633dd854b3
commit
109b64cdbd
@ -1 +1,2 @@
|
|||||||
export const prerender = true;
|
export const prerender = true;
|
||||||
|
export const trailingSlash = 'always';
|
||||||
|
@ -8,8 +8,8 @@
|
|||||||
</svelte:head>
|
</svelte:head>
|
||||||
|
|
||||||
<section id='content_id' class='content'>
|
<section id='content_id' class='content'>
|
||||||
|
<h1>Home</h1>
|
||||||
<figure>
|
<figure>
|
||||||
<img src={icon} alt="Home" width=150/>
|
<img src={icon} alt="Home" width=150/>
|
||||||
</figure>
|
</figure>
|
||||||
<h1>Home</h1>
|
|
||||||
</section>
|
</section>
|
||||||
|
@ -1 +1,2 @@
|
|||||||
export const prerender = true;
|
export const prerender = true;
|
||||||
|
export const trailingSlash = 'always';
|
||||||
|
@ -113,10 +113,10 @@
|
|||||||
</svelte:head>
|
</svelte:head>
|
||||||
|
|
||||||
<section id='content_id' class='content'>
|
<section id='content_id' class='content'>
|
||||||
|
<h1>Chicken</h1>
|
||||||
<figure>
|
<figure>
|
||||||
<img src={icon} alt="Chicken" width=150/>
|
<img src={icon} alt="Chicken" width=150/>
|
||||||
</figure>
|
</figure>
|
||||||
<h1>Chicken</h1>
|
|
||||||
<hr>
|
<hr>
|
||||||
<table>
|
<table>
|
||||||
<tr>
|
<tr>
|
||||||
|
@ -1 +1,2 @@
|
|||||||
export const prerender = true;
|
export const prerender = true;
|
||||||
|
export const trailingSlash = 'always';
|
||||||
|
@ -34,9 +34,9 @@
|
|||||||
</svelte:head>
|
</svelte:head>
|
||||||
|
|
||||||
<section id='content_id' class='content'>
|
<section id='content_id' class='content'>
|
||||||
<h1>{temperature_value} {temperature_unit}</h1>
|
<h1>Sauna</h1>
|
||||||
<figure>
|
<figure>
|
||||||
<img src={icon} alt="Sauna" width=150/>
|
<img src={icon} alt="Sauna" width=150/>
|
||||||
</figure>
|
</figure>
|
||||||
<h1>Sauna</h1>
|
<h1>{temperature_value} {temperature_unit}</h1>
|
||||||
</section>
|
</section>
|
||||||
|
@ -17,4 +17,3 @@ const config = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
export default config;
|
export default config;
|
||||||
export const trailingSlash = 'always';
|
|
Loading…
Reference in New Issue
Block a user