robotx.txt

master
bvn13 2021-11-28 00:35:27 +03:00
parent 411c23fd49
commit 202444e862
3 changed files with 5 additions and 1 deletions

View File

@ -6,6 +6,7 @@ eleventyConfig.addPassthroughCopy('./src/main.css');
eleventyConfig.addPassthroughCopy('./src/lib/main.js');
eleventyConfig.addPassthroughCopy('./src/assets');
eleventyConfig.addPassthroughCopy('./src/favicon_io');
eleventyConfig.addPassthroughCopy('./src/robots.txt');
return {

View File

@ -1,5 +1,5 @@
'use strict';
document.addEventListener('DOMContentLoaded', function () {
console.log('Hello Bulma!');
console.log('Hello!');
});

3
src/robots.txt 100644
View File

@ -0,0 +1,3 @@
User-agent: *
Disallow: /lib/
Disallow: /assets/