add .well-known to folders

This commit is contained in:
Lio 2024-01-06 02:55:46 +01:00
parent e9389f3bcf
commit 85dbc25f11
19 changed files with 5 additions and 4 deletions

View file

@ -55,5 +55,6 @@ site.use(postcss());
site.use(terser());
site.copy("files");
site.copy(".well-known");
export default site;

View file

@ -5,14 +5,14 @@
<link>http://localhost:3000/</link>
<atom:link href="http://localhost:3000/feed.rss" rel="self" type="application/rss+xml"/>
<description></description>
<lastBuildDate>Sat, 06 Jan 2024 01:47:06 GMT</lastBuildDate>
<lastBuildDate>Sat, 06 Jan 2024 01:55:09 GMT</lastBuildDate>
<language>en</language>
<generator>Lume v2.0.2</generator>
<item>
<link>http://localhost:3000/</link>
<guid isPermaLink="false">http://localhost:3000/</guid>
<content:encoded>
<![CDATA[<h1>Howdy!</h1>
<![CDATA[<h1>Ahoy!</h1>
]]>
</content:encoded>
<pubDate>Fri, 05 Jan 2024 21:19:45 GMT</pubDate>

View file

@ -51,7 +51,7 @@
<main class="">
<h1>Howdy!</h1>
<h1>Ahoy!</h1>
</main>

Binary file not shown.

Binary file not shown.

View file

@ -1 +1 @@
{"version":"1.0.4","languages":{"en":{"hash":"en_1eb54973a8","wasm":"en","page_count":1}}}
{"version":"1.0.4","languages":{"en":{"hash":"en_32912b80e7","wasm":"en","page_count":1}}}

Binary file not shown.