Jorge Paredes
Jorge Paredes
Considering that list.html is not used in the exampleSite. A "way" to escape from this problem in *hugo 0.18*, **it is not a solution**, is delete or rename the file...
Hi, @digitalcraftsman I found a solution. It is not necessary to rename or remove **list.html**. The solution is to re-structurate your content folder. Also it is necessary, to change the...
> I think the master branch is already updated for webpack 4 if I'm not mistaken? > > https://github.com/tailwindcss/webpack-starter/blob/master/package.json You are right, it is updated with webpack v4 but using...
Maybe this could help someone with these configuration: - Operative System version: macOS Big Sur 11.2.3 - QGIS: 3.16.5-Hannover # The short answer: In our computer console: > python_qgis_path -m...
In **rollup.config.js** you need to add **`inlineDynamicImports: true`** ```js export default { input: 'src/main.js', inlineDynamicImports: true, output: { sourcemap: true, format: 'iife', name: 'app', file: 'public/build/bundle.js' }, ...... } ```...
Hello @prasidh-agg i think the issue is your URL (maybe a typo)  The content of sitemap-0.xml is like this:  Finally the Submitted sitemaps show the status Success 
I had the same issue: 404 for rss.xml (even in development mode) Doing an upgrade about the dependencies solved the problem: Tested dependencies versions in package.json file: ```js "dependencies": {...