robotx.txt
This commit is contained in:
parent
411c23fd49
commit
202444e862
@ -6,6 +6,7 @@ eleventyConfig.addPassthroughCopy('./src/main.css');
|
|||||||
eleventyConfig.addPassthroughCopy('./src/lib/main.js');
|
eleventyConfig.addPassthroughCopy('./src/lib/main.js');
|
||||||
eleventyConfig.addPassthroughCopy('./src/assets');
|
eleventyConfig.addPassthroughCopy('./src/assets');
|
||||||
eleventyConfig.addPassthroughCopy('./src/favicon_io');
|
eleventyConfig.addPassthroughCopy('./src/favicon_io');
|
||||||
|
eleventyConfig.addPassthroughCopy('./src/robots.txt');
|
||||||
|
|
||||||
|
|
||||||
return {
|
return {
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
'use strict';
|
'use strict';
|
||||||
|
|
||||||
document.addEventListener('DOMContentLoaded', function () {
|
document.addEventListener('DOMContentLoaded', function () {
|
||||||
console.log('Hello Bulma!');
|
console.log('Hello!');
|
||||||
});
|
});
|
3
src/robots.txt
Normal file
3
src/robots.txt
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
User-agent: *
|
||||||
|
Disallow: /lib/
|
||||||
|
Disallow: /assets/
|
Loading…
Reference in New Issue
Block a user