DnDGen / DnDGen.Web

This will be the website through which people can use the dice roller, the equipment generator, the NPC generator, and the dungeon generator
http://dndgen.com
MIT License
3 stars 0 forks source link

Serve static files #2001

Open cidthecoatrack opened 2 months ago

cidthecoatrack commented 2 months ago

We're not doing anything special with our MVC calls, just returning views. Look up how to serve layout/page info from static files. How to migrate from MVC views to static files.

Then, if we can do that and get it to work, we could actually switch the website itself to an Azure function, which would be awesome.

cidthecoatrack commented 1 month ago

Serving layout pages: https://stackoverflow.com/questions/23666040/how-can-i-have-layouts-on-a-purely-static-website