- Moved most of
index.twig
tolayouts/_base.twig
and nowindex.twig
extends that base layout.
- Was using the wrong method to get the site's CSRF Token and add it to the window for JS to use. Changed
craft.app.config.general.csrfToken
tocraft.app.request.csrfToken
.
composer.json
had an autoload.psr-4 invalid value:"modules\\sitemodule"
needs to end with a namespace separator, i.e."modules\\sitemodule\\"
.
- Rebuilt using craft-vue-tailwind v3.0.0
- Added a base SiteModule